12 CSC ATAR - programming skills and concepts

12 CSC ATAR - programming skills and concepts

12th Grade

20 Qs

quiz-placeholder

Similar activities

Iteration Vocab

Iteration Vocab

9th - 12th Grade

18 Qs

Programming lesson 1 - Syntax

Programming lesson 1 - Syntax

9th Grade - University

18 Qs

JS #6 Function Expressions & Anonymous Functions

JS #6 Function Expressions & Anonymous Functions

12th Grade - University

20 Qs

High and low level languages

High and low level languages

10th - 12th Grade

17 Qs

if-else-if and Logical Operators

if-else-if and Logical Operators

9th - 12th Grade

15 Qs

2.3 Lesson 9 Testing

2.3 Lesson 9 Testing

9th - 12th Grade

20 Qs

File Handling In Python

File Handling In Python

12th Grade

20 Qs

Python Exam 2 (Intro to comp sci 4_30_20)

Python Exam 2 (Intro to comp sci 4_30_20)

9th - 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 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?