Search Header Logo

CS Skills Quiz

Authored by Sarah Kohlbeck

English

Professional Development

DOK Level 2: Skill/Concept covered

Used 1+ times

CS Skills Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an algorithm?

A list of groceries

A recipe for baking a cake

A map of California

A picture of a computer

Tags

DOK Level 2: Skill/Concept

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure would be most appropriate for implementing a First-In-First-Out (FIFO) system?

Stack

Queue

Array

Linked List

Tags

DOK Level 2: Skill/Concept

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code snippets correctly implements a loop that prints numbers from 1 to 5 in Python?

```python for i in range(1, 6): print(i) ```

```python for i in range(1, 5): print(i) ```

```python for i in range(0, 5): print(i) ```

```python for i in range(1, 5): print(i+1) ```

Tags

DOK Level 2: Skill/Concept

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following code, identify the error: ```python def add_numbers(a, b): return a + b result = add_numbers(5) print(result) ```

Syntax error

Type error

Missing argument error

Indentation error

Tags

DOK Level 2: Skill/Concept

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which phase of software development involves writing the actual code?

Planning

Design

Implementation

Testing

Tags

DOK Level 2: Skill/Concept

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes computational thinking?

Memorizing computer commands

Solving problems using a step-by-step approach

Writing code without errors

Using a computer to perform calculations

Tags

DOK Level 2: Skill/Concept

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a linear data structure?

Tree

Graph

Stack

Hash Table

Tags

DOK Level 2: Skill/Concept

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?