Computer Skill1
Computer Skill1
Computer Skill1
Step 1:
Start
Step 2:
Declare variables a,b and c.
Step 3:
Read variables a,b and c.
Step 4:
If a>b
If a>c
Display a is the largest number.
Else
Display c is the largest number.
Else
If b>c
Display b is the largest number.
Else
Display c is the greatest number.
Step 5: Stop
Q. Flowchart In Programming
Different symbols are used for different states in flowchart, For example:
Input/Output and decision making has different symbols. The table below describes
all the symbols that are used in making flowchart
Q. Draw flowchart to find the largest among three different numbers entered by
user.
Interpreter Compiler
Translates program one statement at a Scans the entire program and translates
time. it as a whole into machine code.
It takes less amount of time to analyze It takes large amount of time to analyze
the source code but the overall the source code but the overall execution
execution time is slower. time is comparatively faster.
Generates intermediate object code
No intermediate object code is
which further requires linking, hence
generated, hence are memory efficient.
requires more memory.
Continues translating the program until It generates the error message only after
the first error is met, in which case it scanning the whole program. Hence
stops. Hence debugging is easy. debugging is comparatively hard.
Step 1: Obtain a description of the problem. This step is much more difficult than it
appears. ...
Step 2: Analyze the problem. ...
Step 3: Develop a high-level algorithm. ...
Step 4: Refine the algorithm by adding more detail. ...
Step 5: Review the algorithm
Python. ...
Java. ...
C++ ...
Ruby. ...
Rust. ...
Q. What is a Power Point presentation?
PowerPoint is a computer program that allows you to create and show slides to
support a presentation. You can combine text, graphics and multi-media content to
create professional presentations. As a presentation tool PowerPoint can be used
to: ... animate your slides to give them greater visual impact.
Confidence. ...
Passion. ...
Be Yourself. ...
Voice Modulations. ...
Keep it Short and Sweet. ...
Connect with your Audience. ...
Paint a Picture Through Storytelling. ...
Repetition.