WorksheetsJava Progamming
Total questions: 17
Worksheet time: 9mins
We are use Scanner Library in java for...
Give permissions to the user
Correcting software errors
Allows user to read data
Allows the user to enter data
Is String a primitive data type?
Yes
No
Both
The first phase in problem solving is...
Problem Analysis
IPO Chart
Design A Solution
Documentation
A list of steps, arranged in a specific logical order which, when executed, produces the solution for a problem is called...
Algorithm
Solution
Pseudocode
Flowchart
What is Pseudocode
A semiformal, English-like language with limited vocabulary that can be used to design and describe algorithms.
A formal language that is specifically used to write program.
A graph used to depict or show a step by step solution using symbols which represent a task.
A series of steps or statements that are executed in the order they are written in an algorithm.
You can have an IF without and else but not an else without an IF
An Algorithm Must contain
output
Input
User Instruction
Lines
Shapes
This is a graphical representation of an algorithm
Computer Program
Binary Diagram
Decomposition
Flowchart
What does this flowchart symbol represent?
Starting and stopping
Actions
Sub-routines
Decisions
