12 CSC ATAR - programming skills and concepts

12 CSC ATAR - programming skills and concepts

12th Grade

20 Qs

quiz-placeholder

Similar activities

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

Java Casting & Booleans

Java Casting & Booleans

10th - 12th Grade

20 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 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 7+ 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?