12 CSC ATAR - programming skills and concepts

12 CSC ATAR - programming skills and concepts

12th Grade

20 Qs

quiz-placeholder

Similar activities

Strings & Variables

Strings & Variables

1st Grade - Professional Development

24 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

9th - 12th Grade

20 Qs

Python - List and Tuples

Python - List and Tuples

11th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

U3 Review CSD

U3 Review CSD

9th - 12th Grade

19 Qs

Java (Identifiers, data types, operators and expressions)

Java (Identifiers, data types, operators and expressions)

12th Grade

16 Qs

12 CSC ATAR - programming skills and concepts

12 CSC ATAR - programming skills and concepts

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Alex K

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(5):

print(i)

This is an example of...

Sequence

Selection

Iteration (pre-test)

Iteration (post-test)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

loop = 0

while True:

print("Hi there")

loop += 1

if loop > 5:

break

This is an example of...

Sequence

Selection

Iteration (pre-test)

Iteration (post-test)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

greeting = f"Hi there, {name}."

Variable 'greeting' holds data of type...

String

Integer

Float

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

thinking_clearly = True

Variable 'thinking_clearly' holds data of type...

String

Integer

Float

Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The elements in a 2D array are accessed using the row and column indices, whereas in a 1D array, only a single index is used.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A 2D array is an array of arrays.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

my_friends = ['Tim', 'Sally', 'Ahnold']

This data structure is a ...

List

Tuple

Dictionary

Struct

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?