Big Idea 3 Extra Questions

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Keneshia Jackson
Used 5+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A Boolean data type is one that
will hold numbers, that include integers, floats, and doubles
will hold characters including special characters
holds only two values which are true and false
holds characters, letters, and numbers
Answer explanation
When you look at most programming languages, variables are assigned data points by using an assignment statement. A Boolean is a special data type that will only hold two values, true or false. The other forms of data types are int, double, string, etc.
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
An important property of an algorithm is
It is a step-by-step process
it has abstraction built in
it is important to calculate efficiency
it is written using pseudocode
Answer explanation
An algorithm is a detailed step-by-step process that is used to solve problems. While answer choice B and C might be true, they are not part of the definition of an algorithm. An algorithm can be written in pseudocode, English, or any other programming language.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following are true about simulations?
a simulation allows investigation of a real-world phenomenon without the constraints of the real world
a simulation is an abstraction of a real-world object or phenomena
the process of developing a simulation involves simplifying the functionality
All of the answers above
Answer explanation
All of the answers are valid about simulations. Answer B is the formal definition of a simulation. Answers A and C are some advantages of simulations.
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Using the Exam Reference Sheet, the index value of a list starts at
1
the length of the list
n
0
Answer explanation
When using most programming languages that deal with arrays, the first element in an array starts with 0. On the Exam Reference Sheet, the index value starts with 1 and it is important to pay attention to this.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
When designing algorithms, it is important to remember
all algorithms are efficient
it is possible to calculate the amount of memory an algorithm will use
there is more than one algorithmic solution to a problem
all algorithms have to be expressed in a specific format
Answer explanation
Different algorithms for the same problem have different levels of efficiency, this includes ones that are so inefficient they become impractical to use s this makes us eliminate answer A. It may be possible to calculate the memory the algorithm will use for variable storage, memory used for executing the instructions can vary in different executions so this will eliminate answer B. Algorithms are informal descriptions of a program, so they don't have to follow a set format, so this will eliminate answer D. Any problems can be solved in multiple ways.
Similar Resources on Wayground
10 questions
Checkpoint - Algorithms in Computational Thinking

Quiz
•
9th Grade
7 questions
Neural Network

Quiz
•
12th Grade
10 questions
H446 Paper 2 Prep

Quiz
•
12th Grade
10 questions
What is Artificial Intelligence?

Quiz
•
12th Grade - University
10 questions
2.1 Algorithms and Computational Thinking

Quiz
•
8th - 11th Grade
9 questions
AP Computer Science Principles Session 2 – MCQ

Quiz
•
10th Grade
10 questions
Q&A – Repetition Makes Algorithms Concise (Primary 4 – 4CT.03)

Quiz
•
4th Grade - University
10 questions
Three Types of Emerging Technologies

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade