ICS Part-II (Chapter Wise Short Questions)
ICS Part-II (Chapter Wise Short Questions)
Short Questions
What is meant by Transaction File?
What is File?
Short Questions
1. Define Foreign Key.
2. Who is Data Admonistrator?
3. What is the purpose of using views.
4. What is the difference between Primary Key and Foreign key?
5. Define the term Relation. Also give example.
6. Define entity with example.
7. List different types of keys.
8. What is secondaory key.
9. Define Composite Key with example.
10. Differntiate between Candidate Key and Primary Key.
11. Define DBA.
12. How a Relation is formed in Database?
13. Who is End User.
14. Differentiate between Fixed Length Field and Variable Length Field.
15. Write two responsibilities of DBA.
Chapter No. 3
Short Questions
What is Project Planning?
Define Modality.
Define RDBMS.
Define Cardinality.
Short Questions
Define Determinant.
Define Synonym.
What is Homonym?
Short Questions
List different buttons available on Access Datbase window.
Define IDE.
Short Questions
Define MS-Access.
What is Text Data type.
Short Questions
Differentiate between form and report.
Short Questions
Define Programing Language.
List different types of Programing Languages.
Who is programmer?
Differentiate between Syntax and Logical error.
What do you mean by case sensitivity in C-Language.
Write two reasons why it would be preferable to write a program in C rather Machine
Language.
State the Purpose of define preprocessor directive.
What is an Assembler?
Differentiate between Source Code and Object Code.
Distinguish between Low Level and High Level Language.
Define Preprocessor Directive.
Define Linker.
What is Header File?
Define Loader.
Differentiate between Bug and debug.
What do you mean by delimeters?
Give an example of preprocessor directive
Why is C-Language known as strongly typed language?
Define Program.
List any three adavantages of C Language.
Why the Source Code cannot be executed directly?
Name two main categories of programming languages.
Define Run Time Error.
Chapter No. 9
Short Questions
Differentiate between Constant and Variable.
Int a=6
++a;
Printf(“%f”,a)
Define Comments in C.
int number = 6;
int X=0;
X=--number;
Printf(“%d”,X);
#Include<stdIO.H>
Void main(void)
{ Int X,y,Z;
Z=X+y+Z
Describe Identifier.
int number = 6;
++number;
Printf(“%d”, number);
Define keywords
Short Questions
1. What is the use of ampersand (&) in scanf function?
{ float f=3.2413’
printf(“f=%3.3f”,f);
Printf(‘Hello’)
printf(“55/t”);
printf(“555”);
6. Define comments.
int X=9;
x=x%4;
Printf(“%d”,x);
10. Trace the output of the following:
int x,y,z;
x=3;
y=2;
z=4;
printf(“%d%d%d”,x+y,y+5,x+z);
getch();
printf(“*/n**/n***);
Void main(void)
Printf(“Hello World”)
18. Define Escape sequence character. List different types of escape sequences
characters.
19. What is printf function? Write down the syntax of printf function.
void main()
int x=1;
x++;
printf(“%d”,++x);
Short Questions
1. Define selection structure enlist its different types.
Int a=30
IF{a>30}
printf(%d,b);
if(a<20 || b>10)
printf(“ok”);
else
printf(“Done”);
Chapter No. 12
Short Questions
1. What is the purpose of loop?
printf(“Pakistan”);