11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

11th Grade

22 Qs

quiz-placeholder

Similar activities

Unit 12 - Cybersecurity Review

Unit 12 - Cybersecurity Review

9th - 12th Grade

18 Qs

Intro to Visual Basic

Intro to Visual Basic

10th Grade - University

20 Qs

Exam Style Questions

Exam Style Questions

10th - 11th Grade

18 Qs

Year 9 - Lesson 1 - Spreadsheet Quiz

Year 9 - Lesson 1 - Spreadsheet Quiz

9th Grade - University

18 Qs

TechfestQuiz 2024

TechfestQuiz 2024

9th - 12th Grade

19 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

Quiz Materi Pemrograman 1

Quiz Materi Pemrograman 1

11th Grade

20 Qs

Web Browser

Web Browser

11th - 12th Grade

20 Qs

11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Alex K

Used 7+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

y = 6

print("x*y")


The code above displays the following:

11

x*y

Syntax Error

30

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program won't run, this is known as a...

Syntax error

Logic error

Runtime error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program runs, but runs in a way that the programmer didn't intend, that's a...

Syntax error

Logic error

Runtime error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program runs, but crashes halfway through execution, that's a...

Syntax error

Logic error

Runtime error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 5

print(a)

a = a*2

print(a)

What will be output?

5

10

5

5

5

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input validation: checking whether input is an integer or a string is known as a...

Type check

Range check

Format check

Uniqueness check

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input validation: checking whether a user's age is between 0 and 100 is known as a...

Type check

Range check

Format check

Uniqueness check

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?