Class 10th Paper
Class 10th Paper
)
Mid Term Examination (2024)
Paper: Computer Science Class: Xth
Time 3 hours
M. Marks (60)
3. A type of graph data structure in which nodes are connected by edges which are
unidirectional is called as:
(a) Directed (b) Undirected (c) Unified (d) Simple
7. \n stand for:
(a) alarm (b) new line (c) return carriage (d) horizontal tab
Marks (32)
Q 4. Write down the difference between Low Level and High Level Language?
Q 5. Display Output “Hello Pakistan” with the help of COUT and PUTS()?
#include <iostream>
int x;
cin >> x
return 0;
Q 14. List five common high-level language used and describe their purpose?
Q 16. Differentiate between while and do-while loop? Define Computer Program