placeholder image to represent content

C ROBOT

Quiz by Marvin Joseph Fernandez

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
27 questions
Show answers
  • Q1

    What command makes the robot to move forward in 50% speed?

    forward();

    forward(50);

    fd(); sleep(50);

    fd(50);

    60s
  • Q2

    What command makes the robot to move backward in 100% speed and 100 microseconds duration?

    bk(100); sleep(100);

    bk(); sleep(100);

    bk(100); delay(100);

    bd(100); sleep(100);

    60s
  • Q3

    What command makes the robot to turn left in 50% speed and 100 microseconds duration?

    tl(50); sleep(100);

    tl(100); sleep(50);

    sl(50); sleep(100);

    TL(50); sleep(100);

    60s
  • Q4

    What command makes the robot to move slight right in 50% speed and 100 microseconds duration?

    turnRight(100); sleep(50);

    tr(50); sleep(100);

    sl(50); sleep(100);

    sr(50); sleep(100);

    60s
  • Q5

    What command makes the robot to stop?

    ao(100);

    break;

    ao();

    stop();

    60s
  • Q6

    What sensor/s is/are used to detect colors/objects in the ZX settings?

    analog(8);

    analog(0);  & analog(4);

    PA(8)

    PA(7); & PA(5);

    60s
  • Q7

    What part of the control panel used to add sensors in the robot?

    Sensors settings

    ZX settings

    Sensor Panel

    Track line editor

    60s
  • Q8

    What part of the control panel used to display texts?

    lcd("");

    Map settings

    Compile

    LCD panel

    60s
  • Q9

    What part of the panel is used to upload maps on the C robot simulator?

    Map selection panel

    ZX settings

    Track line editor

    Upload Button

    60s
  • Q10

    A panel that allows you to input codes to create a command for the declared sensors.

    Track line Editor

    Code Editor Panel

    Compile Editor

    Integrated Development Environment

    60s
  • Q11

    Identify the Icon

    Question Image

    Sensors Panel

    Track Line Editor

    ZX settings

    Map Selection Panel

    60s
  • Q12

    Identify the Icon

    Question Image

    Track Line Editor

    Map Editor

    Compiler Editor

    Sensors Editor

    60s
  • Q13

    Identify the Icon

    Question Image

    Sensors Editor

    Track Line Editor

    Map Selection

    Map Editor

    60s
  • Q14

    Identify the Icon

    Question Image

    Run button

    Settings

    Compile Button

    Play Button

    60s
  • Q15

    Identify the Icon

    Question Image

    Run button

    Eject button

    Play button

    Settings

    60s

Teachers give this quiz to your class