0% found this document useful (0 votes)
59 views2 pages

Important Questions PPS: Very Short Type Questions

The document contains important questions divided into three sections - short theoretical questions, long theoretical questions, and programming questions. The short questions cover topics like the differences between compilers and interpreters, low and high level languages, and linkers and loaders. The long questions ask about digital computer block diagrams, data types, bitwise operators, and recursion. The programming questions provide examples like finding the largest of three numbers, a calculator using switch, checking for leap years, and determining if a number is prime.

Uploaded by

Arjun Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views2 pages

Important Questions PPS: Very Short Type Questions

The document contains important questions divided into three sections - short theoretical questions, long theoretical questions, and programming questions. The short questions cover topics like the differences between compilers and interpreters, low and high level languages, and linkers and loaders. The long questions ask about digital computer block diagrams, data types, bitwise operators, and recursion. The programming questions provide examples like finding the largest of three numbers, a calculator using switch, checking for leap years, and determining if a number is prime.

Uploaded by

Arjun Choudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Important Questions PPS

Very short type questions

1. Difference between -
• Compiler & Interpreter
• Low level & High level
• Linker& loader

2. What are the various component of Operating system?

3. Write the characteristics of an algorithm.

4. What is Token?

5. Differentiate between Associativity & precedence of an operator.

6. Differentiate between type casting and type conversion.

7. Differentiate between

• while & do while


• break & continue
• Actual & Formal Parameters

8. Discuss function prototyping.

Long Questions (Theoretical)

1. Draw and Explain block diagram of digital computer?

2. Explain the primary data types with size, range, format specifier.

3. Explain bitwise operator with example.

4. Discuss the different parameter passing mechanism in C?

5. What is recursion? Explain the principle of recursion.

6. What is storage class? Explain different storage classes in terms of keyword, storage, life & scope with example.
Programming Questions

1. WAP to find largest of three numbers.

2. WAP to check whether the given character is in upper case, lower case, numeric or symbol.

3. WAP for simple calculator using switch.

4. WAP to check whether the year is leap year or not.

5. WAP to find sum of digits of a N digit number.

6. WAP to check whether the given number is Armstrong number or not.

7. WAP to check whether the given number is Palindrome number or not.

8. WAP to print Fibonacci series up to N terms

OR

WAP to find sum of Fibonacci series.

9. WAP to check whether a given number is prime or not

OR

WAP to print all prime numbers from 100 to 500.

10. WAP to find factorial of a given number using recursion.

OR

WAP to print Fibonacci series using recursion.

You might also like