INTRODUCTION TO PROBLEM SOLVING(MCQ)

INTRODUCTION TO PROBLEM SOLVING(MCQ)

11th Grade

10 Qs

quiz-placeholder

Similar activities

Computer Algorithm

Computer Algorithm

10th - 11th Grade

15 Qs

Algorithm Flowchart

Algorithm Flowchart

10th - 11th Grade

15 Qs

Creating Algorithms Through Pseudocodes and Flowcharts

Creating Algorithms Through Pseudocodes and Flowcharts

11th - 12th Grade

15 Qs

Flowcharts

Flowcharts

7th - 12th Grade

14 Qs

Computational Thinking

Computational Thinking

9th - 11th Grade

12 Qs

Time machine week 4

Time machine week 4

9th - 12th Grade

15 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Quiz on Computational Thinking and Algorithms 10C

Quiz on Computational Thinking and Algorithms 10C

10th Grade - University

15 Qs

INTRODUCTION TO PROBLEM SOLVING(MCQ)

INTRODUCTION TO PROBLEM SOLVING(MCQ)

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Deepa R

Used 29+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of instructions that describe a method for solving a problem.

ALGORITHM

PSUEDOCODE

FLOWCHART

ALL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Translating the algorithm into actual instructions that can be executed on a computer is

done in this step

ANALYSIS

ALGORITHM

CODING

TESTING

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Step 1: Start

Step 2: Get age

Step 3: if age >=18 print "Eligible to vote"

else print “Not eligible to vote”

Step 4: Stop

THE GIVEN ALGORITHM IS AN EXAMPLE FOR

SELECTIVE EXECUTION

SEQUENTIAL EXECUTION

ITERATIVE EXECUTION

NONE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ............................................ is defined as a graphical representation of the logic for problem solving.f

ALGORITHM

PSUEDOCODE

FLOWCHART

NONE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BEGIN, END

INPUT, GET, READ

The given are the common keywords used to write

ALGORITHM

PSUEDOCODE

FLOWCHART

NONE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BEGIN

GET n

INITIALIZE i=1

WHILE(i<=n) DO

PRINT i

i=i+1

ENDWHILE

END

THE GIVEN CODE IS AN EXAMPLE FOR

FLOWCHART

ALGORITHM

PSUEDOCODE

ALL

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

THE SYMBOL IN FLOWCHART IS USED FOR

Analysis

decision making

input

output

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?