
Chapter 4: Developing software

Quiz
•
Information Technology (IT)
•
11th Grade
•
Hard
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
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
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
Similar Resources on Wayground
15 questions
IT/CS Review Quizzizz

Quiz
•
6th Grade - University
10 questions
Parts of a Computer: Operating System Functions

Quiz
•
9th Grade - University
10 questions
Tech Support Scams Quiz

Quiz
•
9th - 12th Grade
15 questions
Lesson 3: Equal Access

Quiz
•
9th - 12th Grade
15 questions
Recap Handout 3 & 4

Quiz
•
6th Grade - University
11 questions
2.1 Types of software

Quiz
•
11th Grade
15 questions
Computer basics

Quiz
•
7th Grade - University
10 questions
Online Safety Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade