Year 6 ICT Quiz

Year 6 ICT Quiz

6th Grade

23 Qs

quiz-placeholder

Similar activities

List | Set | String - Nâng cao (1)

List | Set | String - Nâng cao (1)

6th - 8th Grade

23 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Quiz2

Quiz2

6th - 8th Grade

20 Qs

Spreadsheet Knowledge Quiz

Spreadsheet Knowledge Quiz

6th Grade

20 Qs

Scratch Programming 2 Assessment

Scratch Programming 2 Assessment

6th Grade

20 Qs

DML: Digital Footprint Quiz

DML: Digital Footprint Quiz

6th Grade

18 Qs

Scratch Programming Quiz for Year 7

Scratch Programming Quiz for Year 7

6th Grade

20 Qs

Technology Safety Rules

Technology Safety Rules

6th - 8th Grade

21 Qs

Year 6 ICT Quiz

Year 6 ICT Quiz

Assessment

Quiz

Information Technology (IT)

6th Grade

Medium

Created by

Joyce Gua

Used 11+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The string data type is used only to store whole numbers.

True

False

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The real data type is used to store decimal numbers.

True

False

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The real data type is referred to as float in Python.

True

False

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The integer data type can store only positive whole numbers.

True

False

5.

CLASSIFICATION QUESTION

10 mins • 3 pts

Organize these options into the right categories

Groups:

(a) String

,

(b) Integer

,

(c) Real/Float

name = "John Smith"

pin_number = "0054"

age = 12

num1 = 6

month = "september"

quantity = 2

weight = 34.8

temperature = 38.7

price = 7.99

6.

MATCH QUESTION

10 mins • 4 pts

Match the Python code with what it will display.​

You are 15 and you were born in April

name = "Afzal"
print ("Nice to meet you", name)

35

num1 = 15

num2 = 20

total = num1 + num2

print (total)

Hello, how are you?

age = 15

month = "April"

print ("You are", age, "and you were born in", month)

Nice to meet you Afzal

print ("Hello, how are you?"

7.

MATCH QUESTION

10 mins • 4 pts

Match the definitions with the correct keywords.

Decision

Used in a flowchart to show that something needs to happen, e.g. a calculation

Terminator

Used in a flowchart to show that information is to be entered or displayed on screen

Input/Output

Used in a flowchart to show the start and end of the flowchart

Process

Used to check a condition and then determine what to do as a result

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?