Computer Science Assessment

Computer Science Assessment

6th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

BASIC Programming Language

BASIC Programming Language

6th - 8th Grade

10 Qs

Programming Fundamentals Recap

Programming Fundamentals Recap

8th Grade

10 Qs

Code Combat JavaScript Quiz

Code Combat JavaScript Quiz

4th - 8th Grade

13 Qs

Y7 Hwk Quiz 1 (respectful online communication)

Y7 Hwk Quiz 1 (respectful online communication)

7th Grade

10 Qs

Codebots 2

Codebots 2

7th - 9th Grade

9 Qs

L1 - Translators

L1 - Translators

8th Grade

10 Qs

GCSE J277 - Defensive Design and Testing Keyword Quiz

GCSE J277 - Defensive Design and Testing Keyword Quiz

7th Grade

13 Qs

Coding: Conditionals

Coding: Conditionals

6th - 8th Grade

10 Qs

Computer Science Assessment

Computer Science Assessment

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Adrian Suffren

Used 68+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following activities describes the field of computer science?
Designing fonts, images, and colors for a website.
Designing and using computational applications and systems.
Creating 3-dimensional animations & movies using computers.
Developing science experiments on a computer.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is required for a physical computing system?
The device looks nice for users
The system can be connected to the internet
The components are waterproof
The system is interactive with its environment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an advantage of algorithmic thinking?
Easier to understand & Increases flexibility
Less complex
Written as a flowchart or natural language
All of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Microsoft MakeCode environment, what are the blocks of code grouped in?
Drawers
Menus
Tab
Folders

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Use the image below to answer the question.
3, 2
2, 3
3, 4
4, 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When code tracing, why is it important to iteratively test parts of the program?
To flowchart the program's logic
To isolate errors in the outcomes of code
To fix algorithms
To change patterns in the code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a program, how does the use of comments help a computer scientist debug problems?
Comments show where a bug is located in the code.
Comments are opinions from about how well the code works.
Comments describe the code, logic, and desired outcome.
Comments highlight code that needs to be fixed.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to share physical computing projects with other people?
To have others identify what is needed for the project.
To have others interact with the system and provide feedback
To have others copy the program and design
To have others read the comments in the code