Chapter 4: Developing software

Chapter 4: Developing software

11th Grade

14 Qs

quiz-placeholder

Similar activities

CCDI Competition- First League - Cycle 3 -

CCDI Competition- First League - Cycle 3 -

9th - 12th Grade

15 Qs

Tech Support Scams Quiz

Tech Support Scams Quiz

9th - 12th Grade

10 Qs

Ransomware Awareness Quiz

Ransomware Awareness Quiz

9th - 12th Grade

10 Qs

Recap Handout 3 & 4

Recap Handout 3 & 4

6th Grade - University

15 Qs

2.1 Types of software

2.1 Types of software

11th Grade

11 Qs

Computer Network and Wireless Network

Computer Network and Wireless Network

7th Grade - University

18 Qs

3RD TERM 2ND C.A.T (I.C.T) YR5

3RD TERM 2ND C.A.T (I.C.T) YR5

5th Grade - University

10 Qs

Quiz Face-Off – Year 11: Gold vs Diamond-Lower case answers only

Quiz Face-Off – Year 11: Gold vs Diamond-Lower case answers only

11th Grade

10 Qs

Chapter 4: Developing software

Chapter 4: Developing software

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

peter allsop

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following examples of pseudocode best represents a definition?

i ß 0

PRINT a

IF x < 0 THEN

processReports()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is one feature of a conditional statement?

A conditional statement makes decisions during runtime.

A conditional statement runs for as long as a condition is met.

Each line of code in a conditional statement is run at least once.

A conditional statement executes all lines of code in the order they are written.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the best description of the control structure being used on line 5 of the pseudocode?

A Iteration

B Sequence

C Definition

D Conditional statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of 'a < b OR b <= c' when 'a < b' is True and 'b <= c' is False?

False

True

0

1

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Bronte is writing code that needs to iterate over a set of data that she has stored in another variable. At runtime, the compiled code will not know how many items are stored in the variable. If the variable has no items in it, Bronte does not want the code to run. She wants the code to run for as long as a condition returns 'False'. Bronte should use a _______.

while loop

for loop

if statement

switch statement

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following examples of pseudocode best represents a function?

umbrella.broken

checkRaining()

rainHistory[5]

isRaining ß True

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Yolanda is writing a secure business application for her work. The application uses classes to store user data and she wants to make sure that the classes are as secure as possible. She wants the functions and methods within the user class to be visible only to that particular class. Which type of function visibility should Yolanda use?

Public

Private

Secured

Protected

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?