level 1 quiz

level 1 quiz

6th Grade

15 Qs

quiz-placeholder

Similar activities

MIcrobit Outputs

MIcrobit Outputs

6th - 8th Grade

14 Qs

Code Camp Quiz 2025 V1

Code Camp Quiz 2025 V1

6th Grade - University

20 Qs

Computer Science FFF QUIZ

Computer Science FFF QUIZ

6th Grade

10 Qs

Level Two Quiz

Level Two Quiz

6th - 8th Grade

10 Qs

Strand D-Coding

Strand D-Coding

6th Grade

12 Qs

Fundamentos de Programación en Python

Fundamentos de Programación en Python

6th Grade - University

10 Qs

Introduction to Computer Science Concepts

Introduction to Computer Science Concepts

6th Grade - University

10 Qs

Lesson 1

Lesson 1

6th Grade

17 Qs

level 1 quiz

level 1 quiz

Assessment

Quiz

Information Technology (IT)

6th Grade

Easy

Created by

Salma Ghoneim

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of 7 % 3?

1

2

3

0

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a correct data type to store a whole number?

char

int

float

string

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the value of a after this code? int a = 10; a = a + 5;

5

10

15

20

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator is used to check equality in a condition?

=

==

!=

>=

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the following code print? int x = 4; if(x % 2 == 0){ cout << "Even"; } else { cout << "Odd"; }

Even

Odd

0

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The % operator is used to divide two numbers.

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The if statement is used to make decisions in C++.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?