Unit 1- Intro to Computer Science Review

Unit 1- Intro to Computer Science Review

11th Grade

20 Qs

quiz-placeholder

Similar activities

Programming Languages

Programming Languages

9th - 12th Grade

15 Qs

iGCSE Computer Science: Programming Languages

iGCSE Computer Science: Programming Languages

9th - 12th Grade

20 Qs

U4.1 - Algorithms - LO11

U4.1 - Algorithms - LO11

9th - 12th Grade

20 Qs

Hardware and Software Quiz 01

Hardware and Software Quiz 01

11th Grade

15 Qs

Project Stem Python Unit 1 Test Review

Project Stem Python Unit 1 Test Review

9th - 12th Grade

17 Qs

Translators and Computing Languages: GCSE 9-1

Translators and Computing Languages: GCSE 9-1

9th Grade - University

20 Qs

Topic 1.1 Introduction to Programming

Topic 1.1 Introduction to Programming

11th Grade

17 Qs

ItP Ch 1

ItP Ch 1

9th - 12th Grade

18 Qs

Unit 1- Intro to Computer Science Review

Unit 1- Intro to Computer Science Review

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Caitlyn Dickie

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Many tasks, large and small, can be solved by performing a specific set of actions and making a particular set of decisions in very precise ways. What are these sets of actions and decisions called?

Algorithms

Building Blocks

Source Code

Machine Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following types of languages is optimized for machine processing and may be written and expressed as a series of binary digits (e.g., ones and zeros), making it difficult for humans to read and write?

Pseudocode

Natural Language

High-Level Language

Low-Level Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about high-level programming languages when compared to low-level programming languages is true?

High-level programming languages provide programmers with more abstractions but are more difficult for people to read

High-level programming languages provide programmers with more abstractions and are easier for people to read

High-level programming languages provide programmers with less abstractions and are more difficult for people to read

High-level programming languages provide programmers with less abstractions but are easier for people to read

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is there a need for more than one programming language?

Some programming languages are designed for specific uses and are best used in those situations.

Some programming languages cannot implement needed algorithms

Some programming languages cannot be compiled and therefore cannot run efficiently

There is not real need, just the preference of those who create new languages.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best description of a low-level language?

A language that is easier for humans to program.

A language that is easier for humans to debug.

A language that is easier for a computer to interpret but difficult for humans to interpret.

A language that is built for beginner programmers.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would result in a computing innovation that is bias?

Making sure the development team includes people with different social and ethnic backgrounds to ensure diverse perspectives.

Making sure that during the testing phase, people of all socioeconomic backgrounds are involved to ensure that it can be used by everyone who might be interested in it.

Making sure that the development team includes people from similar backgrounds, to ensure that the product has consistency.

Making sure that during the testing phase, you include people who would use the computing innovation so that the product is properly tested.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following algorithm was developed by a student in class: Step 1: Create a variable called x and give it the value 5 Step 2: Take x and multiply it by 2 and assign that new value to x Step 3: Take x and add 3 to it and assign that new value to x Step 4: Repeat steps 2 and 3 What is the value of x after the algorithm is executed?

10

13

26

29

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?