COMPUTATIONAL THINKNG AND GETTING STARTED WITH PYTHON

COMPUTATIONAL THINKNG AND GETTING STARTED WITH PYTHON

11th Grade

8 Qs

quiz-placeholder

Similar activities

Computational Thinking - AQA A Level Computer Science

Computational Thinking - AQA A Level Computer Science

10th Grade - University

10 Qs

Unit 3 Code.org Principles

Unit 3 Code.org Principles

9th - 12th Grade

10 Qs

Flowcharting

Flowcharting

6th - 11th Grade

10 Qs

Encryption

Encryption

9th - 11th Grade

10 Qs

GCSE Computational Thinking 1

GCSE Computational Thinking 1

9th - 11th Grade

7 Qs

AI Project Cycle

AI Project Cycle

KG - Professional Development

10 Qs

Computer Science Pretest Quiz

Computer Science Pretest Quiz

9th - 12th Grade

10 Qs

CLO Computing: Ethical, Legal & Environmental

CLO Computing: Ethical, Legal & Environmental

9th - 11th Grade

10 Qs

COMPUTATIONAL THINKNG AND GETTING STARTED WITH PYTHON

COMPUTATIONAL THINKNG AND GETTING STARTED WITH PYTHON

Assessment

Quiz

Computers

11th Grade

Medium

Created by

DHARMENDRA THAKUR

Used 15+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

THE FIRST STEP IN PROBLEM SOLVING IS

UNDERSTAND THE PROBLEM

IDENTIFY THE PROBLEM

DEVELOPING ALGORITHM/FLOWCHART

LISTING THE POSSIBLE OUTCOME

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

WICH OF THE FOLLOWING ARE CORRECT

TESTING AND DEBUGGING REQUIRED CHECK THE SOFTWARE WHETHER IT IS PROVIDING THE SOLUTION IN GOOD MANNER OR NOT.

AN ALGORITHM IS A STEP BY STEP PROCESS OF A SOLUTION OF A COMPLEX PROBLEM.

CODING IS PROCESS OF CONVERTING THE ALGORITHM INTO PROGRAM WHICH CAN BE UNDERSTOOD BY THE COMPUTER TO GENERATE THE DESIRED SOLUTION

ALL OF THE ABOVE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH STEP IS NOT INCLUDED IN PROBLEM SOLVING ?

ANALYSING THE PROBLEM

CODING

FLOWCHART

COMPILATION AND EXECUTION.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____METHOD IS INDICATED BY STEPS OF FINDING THAT THE GIVEN NUMBER IS ODD OR EVEN

PSEUDO CODE METHOD

FLOWCHART METHOD

ALGORITHM METHOD

NONE OF THESE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHAT IS THE SOLUTION FOR THE PROBLEM IN THE COMPUTER FIELD?

SEQUENTIAL INSTRUCTION GIVEN TO COMPUTER

RANDOM INSTRUCTION GIVEN TO COMPUER

ASCENDING INSTRUCTION GIVEN TO COMPUTER

DESCENDING INSTRUCTION GIVEN TO COMPUTER

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is computational thinking?
It allows you to break down a large / complex problem into smaller parts.
It is thinking like a robot
It is being able to bake a cake.
It is creating a coding solution to a problem.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?
A sequence of instructions on how to solve a problem.
The breaking down of a problem into smaller parts.
Focusing on important parts and ignoring the irrelevant details
The recipe for a cake

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two main ways that we represent an algorithm?
By drawing pictures 
Using flowcharts and pseudo code
Using python and small basic
Using Scratch and python