Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to DSC - Developer Student Clubs

Introduction to DSC - Developer Student Clubs

Zubair Ansari

November 05, 2019
Tweet

More Decks by Zubair Ansari

Other Decks in Technology

Transcript

  1. Who I’m ? • DSC Lead @ Google Developers •

    Technical Team Member @ GDG Kolachi • Web Application Penetration Tester • Open Contributor @ Cybrary.it • Founder of Arcotic Solution
  2. What DSC is? Developer Student Clubs are university based community

    groups for students interested in Google developer technologies. Students from all undergraduate or graduate programs with an interest in growing as a developer are welcome. By joining a DSC, students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.
  3. What DSC do? • Code camps • Developers Meet up

    • DevFests • Events • Tech Talks • Public Speaking
  4. Google’s other community program? • Google Developer Group • Developer

    Student Club • Google Developer Expert • Launchpad • Woman Techmakers • Google Business Group
  5. Question #1 Which one of the following is open source

    program of Google? 1. Tenser flow 2. Firebase 3. Code for Google 4. Github
  6. Question #2 Where is the head quarter of Google “Googleplex”

    is located? 1. Silicon Valley 2. San Francisco 3. Mountain View, California 4. Los Angeles
  7. Question #3 Which of the following operator can be used

    to access value at address stored in a pointer variable? 1. * 2. # 3. && 4. @
  8. Question #5 What will be the output of the following

    program? print(type[1/])) 1. <class ‘float’> 2. <class ‘list’> 3. NameError:1/2 is not defined 4. 0.5
  9. Question #6 What will be the output of the following

    statement? Main() { printf(“%d”,-1<<1); } 1. 2 2. -2 3. 1 4. -1