Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
75 views

Guess Paper 2023

The document contains a practice paper for 2nd Year Computer Science students with 100 short questions and 24 long questions covering topics related to databases and programming in C language. The short questions cover topics like primary keys, data modeling, database management systems, query languages, and C programming concepts like variables, data types, operators, functions, loops etc. The long questions require more detailed explanations of topics like data modeling, database design, keys, normalization, loops and errors in programming.

Uploaded by

Abdullah Aftab
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

Guess Paper 2023

The document contains a practice paper for 2nd Year Computer Science students with 100 short questions and 24 long questions covering topics related to databases and programming in C language. The short questions cover topics like primary keys, data modeling, database management systems, query languages, and C programming concepts like variables, data types, operators, functions, loops etc. The long questions require more detailed explanations of topics like data modeling, database design, keys, normalization, loops and errors in programming.

Uploaded by

Abdullah Aftab
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

The Paragon School and College of Sciences

Guess paper 2023 (100 shorts+ 24 Long questions)


2nd Year Computer Science.
Short Questions:
Part 1

1. What is primary key and alternative key


2. What is file.
3. What is IDE
4. What is data Modeling
5. What is report
6. Define modality
7. Define determinant
8. What is index file name the types of index file
9. Define Repeating Groups
10. What do you mean by data manipulation
11. What do you mean by redundancy?
12. Differentiate between data and information
13. What is entity Write down examples of entity
14. Differentiate between data administrator and database administrator
15. What do you know about field or data Elements?
16. How would you define sub-form
17. What is table. Write two characteristics of table. Name two table views available in MS
access
18. What is switch Board
19. Differentiate between logical database design and physical database design
20. What are uses of MS access. Write two benefits of MS access
21. What is difference between tabular form and columnar form
22. What do you know about BDMS
23. What is purpose of analysis
24. State the use of MS access
25. Name different type of numeric data
26. State the purpose of backup and recovery
27. List out different types of important query languages
28. Explain file type by user and functional point of view
29. Explain 3 database objectives
30. Explain hierarchical database model with diagram
31. Explain network database
32. Describe five advantages/disadvantages of database system

Muhammad Abdullah Nasr


The Paragon School and College of Sciences

33. Describe features of DBMS


34. Describe basic data distribution strategies
35. Describe database implementation
36. Write different queries in MS access
37. Differentiate between form and report
38. Explain check boxes and radio buttons
39. Why we use MS access
40. What are the uses of MS access

Part 2: fundamentals of programming in c


Language
1. What is a Computer Program
2. Describe steps in writing a C program
3. Explain processor directives
4. Explain function main with examples
5. Explain function of printf in c language
6. Explain common programming errors
7. What are identifiers in C. user define identifiers
8. What are keywords or reserved words in C.
9. What are variables in c
10. What is difference between constant and variable
11. what is declaring and what is defining a variable
12. what are rules of naming variables in C
13. what are different types of constants in c
14. what is meant by data-type. Name different datatypes in c language
15. what are data types for integer, float, character, string in c language
16. describe arithmetic operators in C with a table
17. what are relational operators in c with a table
18. what are logical operators
19. what are assignment operators
20. define increment and decrement operator in c language
21. what is operator precedence in c
22. what is expression in c
23. Differentiate between source code and object code in C.
24. what are comments in c. how we declare comments
25. what are uses of comments in c. what is difference between one line comment and
paragraph comment in c.

Muhammad Abdullah Nasr


The Paragon School and College of Sciences

26. how to declare comments in c. one line comment and paragraph comment
27. explain printf function in c with example program
28. explain format specifiers in printf function in c with example program
29. explain escape sequence in printf function in c using a program
30. differentiate between character in put function fetch and getche() in c
31. what are scanf function in c. what is syntax of scanf function
32. explain if statement in c using an example diagram and program
33. explain if-else statement in C using an example diagram and program
34. explain nested if statement in c using an example diagram and program
35. explain switch statement in c using an example program
36. write syntax and flowchart of switch statement
37. explain conditional operator in c using an example program
38. explain while loop in c using an example diagram and program – flowchart -syntax.
39. explain do-while loop. Working, flowchart, syntax
40. differentiate between while and do while loop
41. explain nested loop in c using an example progam
42. write a program in C to find avg marks of students. Any question of that type
43. explain goto statement in c. why we use goto statement. Give an example with
program
44. differentiate between unstructured and structured programing language
45. explain importance of functions in C
46. explain types of functions in C
47. explain function format in C using an example
48. write a C Function and use it in an example program
49. explain local variables and their scope in C using an Example
50. explain global variables and their scope in c Using an example
51. differentiate between local and Global Variables
52. explain functions with arguments and functions without arguments in C using an
example
53. explain functions in arguments and return value in c
54. Explain stream, Text stream and binary stream in C
55. Explain newline and EOF marker in C
56. Explain file Opening and its modes in c
57. Explain the file pointer in C using an example program
58. Explain reading and writing characters in a file using an example program
59. Explain string handling in C using an example program
60. Explain formatted On text files using a C example Program

Long Questions:
1. Describe data modeling, its ingredients, cardinality and modality

Muhammad Abdullah Nasr


The Paragon School and College of Sciences

2. Describe database design and explain logical database design


3. Describe database design and explain physical database design
4. Explain relation with with example and properties of relation
5. Describe Keys with examples and types of keys
6. Describe database design and explain Logical Database Design
7. Describe database design and explain physical database design
8. Describe field Property discuss any six field properties in detail
9. What are four major components of database system? Write in detail
10. What is DBMS? Describe any Four features of DBMS. AND Advantages of DBMS
11. Describe Normalization in detail.
12. Define query explain uses and advantages of query
13. Describe basic data distribution strategies

Long questions Part 2


1. What is while loop. Working, syntax, flowchart, program
2. What is do-whole loop, working syntax, flowchart, program
3. What is difference between while, do-while loop.
4. What is for loop, syntax,woring,flowchar,program
5. What is nested loop, working syntax,flowchart,program
6. What is debugging what are types of errors in a program
7. What is programing language? Discuss two main catagories of programming
language
8. What is meant by language translator? Discuss tree types of language translator
9. What are characteristics of C programming language
10. Differentiate between High and Low level Programming Language
11. Define variable write rules for defining variable what are data types . give examples.

Muhammad Abdullah Nasr

You might also like