CSE Quiz Lists and Block Coding

CSE Quiz Lists and Block Coding

9th Grade

8 Qs

quiz-placeholder

Similar activities

SSS Vocab Practice #1

SSS Vocab Practice #1

9th - 12th Grade

10 Qs

Intro to Computers

Intro to Computers

9th - 12th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Intro to Computational thinking

Intro to Computational thinking

9th Grade

10 Qs

APCS 2023-2024 Lesson 0.2 Course Overview

APCS 2023-2024 Lesson 0.2 Course Overview

9th - 12th Grade

10 Qs

Computer Hardware - RAM & ROM Differences

Computer Hardware - RAM & ROM Differences

4th - 12th Grade

10 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Programming - Sequence in an Algorithm

Programming - Sequence in an Algorithm

3rd - 12th Grade

10 Qs

CSE Quiz Lists and Block Coding

CSE Quiz Lists and Block Coding

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Dr. Burke

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Why do you think lists are an essential concept in programs?

Lists are not essential in programming because they are only used in some specific programming languages and are not a universally used concept.

Lists are used in programs primarily for generating random numbers, which can then be used in mathematical operations to provide a unique outcome each time the program is run. This allows for more dynamic and unpredictable results in programs that require random values.

Lists are often used in programs to store database connections, making it easier to retrieve data from a database and use it in the program's execution. This is particularly useful in large programs with complex data structures, where keeping track of multiple database connections can become difficult. Lists allow for easy and organized access to data stored in databases.

Lists are able to store vast amounts of data elements that can be manipulated and used throughout a program. Programs can also store data in lists for organizational purposes and later use in the program’s execution.

2.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

_________ is a technique or process that manages complexity in a program or computer system. _________ “hides” details or removes duplication, allowing the programmer to focus on high-level considerations and functions rather than the rules of a programming language.

Input

Abstraction

Debugging

Booleans

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

It is possible to iterate backwards through a list.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Python is an example of a ________ programming language.

text-based

pseudocode

proprietary

non-syntactical

5.

REORDER QUESTION

2 mins • 20 pts

Media Image

Drag these instructions into the correct order to get the car to move so that it starts at square 1 facing north and ends in the state shown in the image. Assume that the pen starts out in the down position. Squares measure 200 mm.

drive forward 600 mm

turn right 90 degrees

move pen up

drive forward for 400 mm

drive forward for 300 mm

6.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

In the VEXCode VR version of the car activities we can move the virtual car forward a certain number of millimeters (mm). But when we programed the real cars in the Dead Reckoning activity we had to use functions that converted a distance into the units that the motors use. What units do the motors use?

inches

meters

reverse spin

degrees

7.

MATCH QUESTION

1 min • 14 pts

Match the following

Allows you to choose from one of the available playgrounds

Media Image

Opens or closes the blocks "drawer"

Media Image

Displays the Python code for this program

Media Image

Displays a detailed explanation of any block

Media Image

Displays the "monitor" where text is printed out

Media Image

8.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Functions are like a mini-program inside of a bigger program. In the VexCode VR, what feature allows us to create functions?

Make a Block

while

Lists

repeat