12 CSC ATAR - programming skills and concepts

12 CSC ATAR - programming skills and concepts

12th Grade

20 Qs

quiz-placeholder

Similar activities

Java Casting & Booleans

Java Casting & Booleans

10th - 12th Grade

20 Qs

PCEP Section 1A: Understand fundamental terms and definitions

PCEP Section 1A: Understand fundamental terms and definitions

12th Grade

15 Qs

CSII Fall Final Review

CSII Fall Final Review

12th Grade

20 Qs

J277 - basic testing and errors

J277 - basic testing and errors

9th - 12th Grade

22 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

C++ Loop

C++ Loop

12th Grade

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Python while loops

Python while loops

12th Grade

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?