Robotics Quiz

Quiz
•
Computers, Science, Mathematics
•
1st - 12th Grade
•
Hard
Standards-aligned
joshua igoni
Used 5+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many times will the loop execute?
unsigned char half_limit = 150;
for (unsigned char i = 0; i < 2 * half_limit; ++i)
{
// do something
}
150
500
Infinite
Tags
CCSS.6.EE.B.6
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what will be the value of "i" and "j" when the following code is executed?
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you create a variable with the floating Number 2.8?
int x = 2.8;
x = 2.8;
double x = 2.8;
byte x = 2.8
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which header file lets us work with input and output objects?
#include <stream>
#include <iostream>
#include <inputstr>
#include <iosstring>
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you start writing a while loop in c++?
x > y whlle {
while x > y {
while x > y:
while (x > y)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what is the correct syntax to output "hello world" in c++?
System.out.println("hello world");
cout << "hello world";
print ("hello world");
Console.Writeline("hello world");
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Does both the loops in the following program print the correct string length?
Yes, Both the loops print the correct length
Only for loop prints the correct length
Only while loop prints the correct length
Compile error in the program
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the program?
5
Address of "x"
Compile error
10
Similar Resources on Wayground
10 questions
Vektor pada satah cartesian

Quiz
•
10th - 12th Grade
10 questions
TIC_EST_Semana_13

Quiz
•
3rd Grade
10 questions
Producto Vectorial

Quiz
•
10th Grade
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
10 questions
Multiple Divide Complex Numbers

Quiz
•
12th Grade
9 questions
Multiple Divide Complex Numbers

Quiz
•
12th Grade - University
11 questions
Complex Numbers Equations with Two Variables

Quiz
•
10th Grade - University
13 questions
Finding the X and Y Intercept from an Equation and Graph

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
12 questions
3-5 Digital Citizenship: Appropriate Use

Quiz
•
3rd - 5th Grade
10 questions
Keyboard Typing

Quiz
•
4th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade