Computational Thinking and Spreadsheets Quiz

Computational Thinking and Spreadsheets Quiz

6th Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to Google Sheets

Introduction to Google Sheets

6th Grade

10 Qs

Використання найпростіших формул. Абсолютні, відносні та  комбін

Використання найпростіших формул. Абсолютні, відносні та комбін

6th - 11th Grade

12 Qs

Excel assessment 1

Excel assessment 1

6th - 7th Grade

10 Qs

Q05 - Funciones Matemáticas en Excel - 6to Prim

Q05 - Funciones Matemáticas en Excel - 6to Prim

6th Grade

8 Qs

Spreadsheets

Spreadsheets

5th - 6th Grade

10 Qs

Excellente

Excellente

1st - 10th Grade

10 Qs

Year 7 - L1/L2 - Basic Spreadsheets Recall

Year 7 - L1/L2 - Basic Spreadsheets Recall

6th Grade

14 Qs

04 | Calculating/Modelling (H/W 2)

04 | Calculating/Modelling (H/W 2)

6th Grade

10 Qs

Computational Thinking and Spreadsheets Quiz

Computational Thinking and Spreadsheets Quiz

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Graeme Smith

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does decomposition in computational thinking involve?

Combining complex problems

Breaking down a complex problem into smaller parts

Copying the methods of a previously solved problem

Predicting future outcomes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a spreadsheet, what is a cell?

A page in a workbook

The intersection of a row and a column

A header of a column

A type of chart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm in computational thinking?

A complex equation

A type of programming language

A step-by-step solution to a problem

A data storage method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to find the highest number in cells A1 through A5?

SUM(A1:A5)

AVERAGE(A1:A5)

MAX(A1:A5)

MIN(A1:A5)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is abstraction in computational thinking?

Drawing detailed diagrams

Removing unnecessary details

Adding more features to the program

Using the brightest colors in design

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an email attachment?

To enhance the visual appeal of an email

To provide additional information or documents

To increase the email's size

To encrypt the email content

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a cell reference in a spreadsheet?

Spreadsheet1

Column A

A1

Cell-1-1

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is pattern recognition important in computational thinking?

It helps in identifying the largest data set

It assists in recognizing and exploiting similarities

It is only used in advanced algorithm creation

It is the final step in problem-solving

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you create a formula to add cells A1 and B1 in a spreadsheet?

A1 + B1

= A1 + B1

SUM(A1, B1)

A1 & B1