Font size
WorksheetsAssignment 1 - Introduction to C
Total questions: 20
Worksheet time: 16mins
It is a way to “instruct the computer to perform various tasks”.
Programming
Program
C Language
Turbo C
Are lines included in a program that begin with the character #
Directives
Processor
Preprocessor directives
Hash Tag
A variables hold their values throughout the lifetime of your program and they can be accessed inside any of the functions defined for the program.
Global
Public
Private
Null
It is variable is available for use throughout your entire program after its declaration.
Global Variable
Public Variable
Private Variable
Int Main ()
Is a skilled professional who codes, tests, debugs, and maintains the comprehensive instructions known as computer programs that devices should follow to execute their functions
Programmer
Hacker
Program
Execution
It allow us to name data and other objects in the program.
Identification
Character
Identifier
Integer
Rule of Identifier: The First character must be alphabetic character or _
(a)
Rules of identifier: It Cannot duplicate a _
(a)
C is a case (a) language.
It defines a set of values and a set of operations that can be applied on those values.
Type
Set
Algorithm
Functions
It is a set of step-by-step instructions that directs the computer to do the tasks you want it to do and produce the results you want.
System
Program
Syntax
Algorithm
It refers to any undesirable situation.
Statement
Error
Solution
Problem
A sequence of steps or strategy for solving the problem
Flowchart
Algorithm
Solution
Program
It is a graphical representation of a sequence of operations where a computer is to perform
Pseudo Code
Terminal
Connectors
Flowchart
It is an artificial and informal language that helps programmers develop algorithms.
Pseudo Code
Flowchart
Algorithm
Procedure
Are statements that have no effect on a program, they are simply used to make a program easy to understand
Flowchart
Comments
Algorithm
Code
It is the transformation from Source Code (human readable) into machine code (computer executable)
Compiling
Debugging
Encoding
Programming
A logical step-by-step process for solving a problem is called
Binary Numbers
Coding
Algorithms
A diagram that represents a set of instructions is called:
Flow Chart
Pseudocode
Shapes
A simple way of describing a set of instructions that does not have to use specific syntax is called:
Flow Chart
Pseudocode
Shapes
