Assessment preparatory quiz

Assessment preparatory quiz

1st - 5th Grade

49 Qs

quiz-placeholder

Similar activities

Logo Programming Primary 4

Logo Programming Primary 4

3rd - 4th Grade

45 Qs

Quiz Praktikum Pemrograman WEB 1

Quiz Praktikum Pemrograman WEB 1

1st Grade

50 Qs

Institute Of Cyber Study

Institute Of Cyber Study

1st Grade

50 Qs

html 4

html 4

1st Grade

51 Qs

SOAL PENILAIAN ONLINE-XF

SOAL PENILAIAN ONLINE-XF

1st Grade

50 Qs

I1M - Lógica de Programação

I1M - Lógica de Programação

1st Grade

45 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

HTML

HTML

1st Grade

47 Qs

Assessment preparatory quiz

Assessment preparatory quiz

Assessment

Quiz

Computers

1st - 5th Grade

Easy

Created by

Ahmed Alaa-ElDin

Used 2+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a

text language

database language

programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code for Hello, World!

print Hello, World!

print("Hello, World!)

print("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code for

Five is greater than two!

if 5 > 2:

print("Five is greater than two!")

if 5 = 2:

print("Five is greater than two!")

if 5 > 2: Print("Five is greater than two!")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code for

257

Hello, World!

x = 257

y = "Hello, World!"


print(y)

print(x)

x = 257

y = "Hello, World!"


print(x)

print(y)

x = 257

y = Hello, World!


print x

print y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Code for

b is greater than a

a = 33

b = 200


if b > a:

print("b is greater than a")

a = 33

b = 200


if b < a:

print("b is greater than a")

a = 330

b = 200


if b > a:

print("b is greater than a")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, how many times will it loop?
50
90
0
4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

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?