placeholder image to represent content

Arduino Pcb3

Quiz by

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
38 questions
Show answers
  • Q1
    What is the result of the following operation: int X = B11110011; X = X<<3;
    X = (00111100)2
    X = (10011000)2
    X= (00011110)2
    X = (11111100)2
    120s
  • Q2
    What is the result of the following operation: int X = B11110011; X = X>>2;
    X = (10011000)2
    X= (00011110)2
    X = (11111100)2
    X = (00111100)2
    120s
  • Q3
    What is the function of VSS?
    Connected to +5V power.
    Connected to Crystal Oscillator to get clock signal.
    Used to reset the PIC.
    Connected to 0V.
    120s
  • Q4
    What is the function of VDD?
    Connected to +5V power.
    Connected to Crystal Oscillator to get clock signal.
    Connected to 0V.
    Used to reset the PIC.
    120s
  • Q5
    What is the result of the following operation: int X = 23; X = X % 5;
    X=5
    X=4
    X=3
    X = 4.6
    120s

Teachers give this quiz to your class