12th Class 2nd Year Computer Guess Paper 2024 Punjab Board

Students if you are looking for the 12th Class 2nd Year Computer Guess Paper 2024 Punjab Board if yes? then you visit the right place where you can easily find the Computer’s most important short questions as well as long questions without answers but your duty to find answers from your 12th Computer Urdu book.

Students you know that these Guess Paper 2024 of Class 12 Computer are helpful so don’t ignore them to read and find answers from your textbook or Computer key book of the 2nd year where you are comfortable learning.

2nd Year Computer Chapter Wise Notes

  • Chapter 1 Data Basics
  • Chapter 2 Basics Concepts and Terminology of Databases
  • Chapter 3 Database Design Process
  • Chapter 4 Data Integrity and Normalization
  • Chapter 5 Introduction to Microsoft Access
  • Chapter 6 Table and Query
  • Chapter 7 Microsoft Access-Forms and Reports
  • Chapter 8 Getting Started with “C”
  • Chapter 9 Elements of “C”
  • Chapter 10 Input/Output
  • Chapter 11 Decision Constructs
  • Chapter 12 Loop Constructs
  • Chapter 13 Functions in “C”
  • Chapter 14 File Handling in “C”

Many Students also searching for the 12th Class Computer Chapter Wise Notes but unfortunately, here you will see all chapters of Computer important short as well as long questions but chapter wise notes we will upload in the coming days.

Students these guess papers of Computer Class 12 for Punjab boards:

  • 2nd Year Computer Guess Paper 2024 Lahore Board
  • 2nd Year Computer Guess Paper 2024 Gujranwala Board
  • 2nd Year Computer Guess Paper 2024 Bahawalpur Board
  • 2nd Year Computer Guess Paper 2024 D.G.Khan Board
  • 2nd Year Computer Guess Paper 2024 Faisalabad Board
  • 2nd Year Computer Guess Paper 2024 Multan Board
  • 2nd Year Computer Guess Paper 2024 Rawalpindi Board
  • 2nd Year Computer Guess Paper 2024 Sargodha Board

2nd Year Computer Guess Paper 2024

Post TopicGuess Paper 2024
Book CodeComputer
Class12th Class
Chapter/FullFull Book
BoardsPunjab Boards: Lahore Board, Gujranwala Board, Bahawalpur Board, D.G.Khan Board, Faisalabad Board, Multan Board, Rawalpindi Board, Sargodha Board
Urdu Guess Paper Punjab Board

Class 12 Computer Guess Paper 2024 Punjab Board

2nd Year Computer important short questions

  • What is an entity? Give an example.
  • Write the responsibilities of the data administrator.
  • Explain implementation.
  • List any four components of physical database design.
  • Define referential integrity.
  • How does partial dependency differ from transitive dependency?
  • Define any two layouts of form.
  • What are checkboxes and radio buttons?
  • Describe any two bars of MS Access Appti Window.
  • Define statement terminator.
  • differentiate between source code and object code.
  • Write the following statements as a single statement.
  • int x = 5;
  • int y = 10;
  • int z = 15;
  • Find the errors in the following code segment.
  • int x, y, sum, z=x+y;
  • printf (“sum = %d”, z);
  • What are the comments?
  • Write the syntax of the print function.
  • Write two differences between constant and variable
  • Why would a programmer prefer to use high-level language?
  • Find the error in the syntax
  • private Sub Object Name- Dblclick ()
  • Statements: end sub; end
  • What is the purpose of a language processor?
  • Write the use of option explicit statement in VB.
  • What is concatenation and when it would be used? can a very long basic statement to another line?
  • What are the properties of a Window?
  • Write three steps for creating VB projects.
  • Why Visual Basic is called even-driven language?
  • Who is the user/end-user?
  • Define secondary key.
  • Define the term feasibility study.
  • List ingredients of data modeling.
  • What is Microsoft Access?
  • What is a database wizard?
  • Define the term degree of relation.
  • List three methods for creating a table.
  • Write any two uses of reports.
  • Subscribe to the linker and loader.
  • What is structured programming language:?
  • Write the purpose of the compiler.
  • Define identifier.
  • What do you mean by keyword?
  • Differentiate between declaring and defining a variable.
  • Define selection structure.
  • What is a Select Case statement?
  • Write the syntax of the IF-Then-Else statement. iv Find the output of the given code.
  • a=6 b = 7
  • if (ab) then print (a + b) End
  • What is a post-less loop?
  • Re-write the given statement in while- wend.. for i = 1 to 10 print i Next
  • Enlist two types of sub-programs.
  • What is a standard code module?
  • Differentiate between Exit Sub and Exit function.
  • Define composite key.
  • What is the purpose of using views?
  • How data analysis is performed?
  • Differentiate between indexes and integrity constraints.
  • What is meant by normal form?
  • Write down conditions for a table to be in 2NF.
  • Why table object of a database is the most important?
  • What is columnar form?
  • Why check boxes are used?
  • Give any four examples of high-level languages.
  • Write down the use of Turbo C++.
  • What is garbage value?
  • Differentiate between keywords and identifiers.
  • Write down C statement to declare three character variables ch1, ch2, ch3 in one line.
  • Trace error: int room #; 5 = room #;
  • List important functions used for input.
  • What is the use of “getch” function>
  • Why is the ampersand character (&) used in scanf function?
  • Write the general form of printf function
  • Define nested loop
  • Convert the following code into a while loop Following
  • for (int count = 1; count <= 2; count++) printf(“count”): Why is sentinel value used in loops? How many (maximum) values can a function return using a return statement? What type of variables are declared outside any function? How is a file opened? Name any four form events. What is option explicit? Write down the use of the const keyword. Write down the use of the input box. Write down the Visual Basic statement to declare an array of size 5. Trace error If x < >5 Message Box (“ok”)
  • What is the limitation of the if statement?
  • Trace output: Msg Box Visual Basic”)
  • Which function loads a picture at run time?
  • What is the size of a twip?
  • Describe intrinsic controls.
  • Name any two styles of combo boxes.
  • How is it possible to enter data in multiple lines in a textbox?
  • Differentiate between the counter and conditional loops
  • Describe Do….While….Loop.
  • What is a counter variable?
  • How to select case help in coding?

2nd Year Computer important Long questions

  • Write notes on any four of the following file types: file.
  • (ii) Transaction file.
  • (ii) Backup file.
  • (iv) Program file.
  • (v) Data file.
  • (vi) Sequential file.
  • Define functional dependency. How do partial dependencies affect a relation?
  • Define an error Describe the types of errors in C programming
  • Define “if-else-if statement Explain its working with syntax, flowchart, and example.
  • Write a program to print odd numbers from 1 to 10 using a while loop.
  • What is a File? Explain File types from a storage point of view.
  • How would you of tables table? Also, write characteristics
  • Note: Attempt any TWO descriptive answers (either from “C-Language” or from “Visual Basic”) of the following questions.
  • (C-Language)
  • What is meant by programming language? Discuss different types of programming languages.
  • Write a program that inputs three numbers and displays the maximum number by using the if-else, if statement.
  • What is a for loop? Write down syntax and working of for loop with examples.
  • OR
  • (Visual-Basic)
  • What is meant by programming language? Discuss different types of programming languages
  • Write a program in VB that inputs three numbers and displays the maximum statement, using nested if
  • What is for next loop? Write down syntax and working of forest loop with examples.
  • Define database model. Describe different types of database models.
  • Explain any four data types available in MS Access.

1st Year Computer Guess Paper 2024 PDF download

Students, here you will not find any 2nd Year Computer Guess Paper PDF Download 2024 Punjab Board File because here we have already shared with you all important short as well as long Computer question notes that will help you in your exams.

2nd Year Computer Guess Paper
2nd Year Computer Guess Paper Punjab Board

Conclusion

The topic of this post is 2nd Year 12th Class Computer Guess Paper 2024 Punjab Board without any pdf file. We add this post to the 12th Class Guess Papers category where students can easily find the Guess Questions type study solutions and much more that students need to be related to Computer Class 12.

Leave a Comment