Search Header Logo

12 CSC ATAR - programming skills and concepts

Authored by Alex K

Computers

12th Grade

Used 10+ times

12 CSC ATAR - programming skills and concepts
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?