PCCF -QB (1)

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

KRISTU JAYANTI COLLEGE (AUTONOMOUS), BENGALURU

24BCA2T412: COMPUTING AND PROGRAMMING FUNDAMENTALS

QUESTION BANK
UNIT 1
2 MARKS
1. Define Program.
2. List any 4 Characteristics of algorithm.
3. Write an Algorithm to find the area of a circle.
4. Explain the types of Flowchart.
5. Mention 2 advantages and disadvantages of Flowchart.
6. List any 4 benefits of Pseudocode.
7. Define Pseudocode
8. Write a pseudo code to find the largest number between two numbers.
9. Convert the number system of decimal to binary (246)10 → (?)2
10.Difference between while and do while loop.
11. Draw a Flowchart - Product of two numbers.
6/10 MARKS QUESTIONS
1. Explain steps involved in PDLC briefly.
2. Explain the symbols and meaning of the symbols in flowchart.
3. Explain the guidelines of pseudo code.
4. Discuss the basic control structure with examples.
5. Discuss the types of Decision making with examples.
6. Explain the looping statement for each and provide an example.
7. Convert the number system of octal to hexadecimal (672)8 → (?)16

8. Convert the number system of hexadecimal to Octal (BA2F)16 → (?)8


9. i) Explain the number system with different types and the base.
Convert the number system
ii) (1011100001101)2 → (?)16
iii) 1011012 to decimal iv) 2345 to octal v) 688 to decimal
vi) (d) 49810 to binary (vii) 458710 to hex
10. Create a flowchart and algorithm to find the largest among three numbers.
11. Develop an algorithm and flowchart to determine if a number is odd or even
12. Develop an algorithm and flowchart to determine if a year is leap year or not
UNIT 2
2 MARKS
1)List any 4 features of a good programming language.

2)List any 4 features of OOP.

3)Define class with example

4)Define object with example

5)Define inheritance.

6)Define polymorphism.

7)Define abstraction.

8)Define 2 categories of software.

9)Define application software.

10)Define system software.

11) List OOPs concepts

6/10 MARKS
1)Discuss structured programming.

2)Discuss object-oriented programming.

3)Explain class and object with example.

4)Differentiate between software and hardware.

5)Explain the features of a good programming language.

6)Write a short note on system software.

7)Write a short note on application software.

8)Differentiate between system software and application software.

9)Explain the types of programming language.

10)Explain the categories of software with examples for each.

11) Discuss the types of Programming languages with its features.

UNIT 3

2 MARK QUESTIONS

1. Define the term computer Network.

2. Define Data communication.

3. Give the components of Data communication.

4. What are the fundamental characteristics on which the effectiveness of data


communication depends on?

5. Name the factors that affect the reliability of a network.

6. Define Protocol.

7. What is Analog Communication?


8. Define Digital Communication.

9. What is transmission mode in a computer network?

10. What are the different types of transmission modes in computer networks?

11. Define topology and mention its types.

12. Define OSI Model.

13. Which network layers are the network support layers?

14. Which network layers are the user support layers?

15. Define the Internet?

16.List out the types of computer Networks.

17.List basic terminologies of computer networks

6 /10 MARK QUESTIONS

1.Explain the types of transmission modes.

2.What is network topology? Explain the different network topologies.


(characteristics, advantages and disadvantages)

3.What are the different types of networks? Explain in detail.

4.What are the applications of Computer Networks?

5.Explain the OSI reference model with neat diagram

6.Describe the difference between Analog Communication and Digital


Communication.

7.Differntiate Simplex, half duplex and Full duplex transmission mode

8.Differntiate between LAN,WAN and MAN .(characteristics, advantages and


disadvantages)
UNIT 4

2 MARK QUESTIONS

1. Compare character formatting and paragraph formatting. How does each


type affect document readability?

2. Define the term "export" in the context of a Word document and provide one
example of a format you can export to.

3. What is data validation in Excel, and why is it important? Give one example
of how it can be used.

4. What does it mean to import text into a Word document? Give one reason
why you might do this.

5. Define Pivot table.

6. Define Macro in word

7. Define the purpose of mail merge in Microsoft Word.

8. Explain the purpose of a pie chart. In what situation would you use one?

9. Analyze the roles of logical functions and statistical functions in Excel. How
does each function serve a different purpose?
10.How does a Pivot Table in Excel help you summarize data? Give one
example of its use.

11.What are macros in Word? How can they be used? Give one example.

12.Identify two basic formatting options in Word and explain how each one can
enhance the appearance of a document.

13.Why is formatting important in Excel? Provide one reason.

14.Explain the role of the IF function in Excel and illustrate its use with a
simple example.

15.Compare filtering and sorting in Excel. How do they differ in how you
organize data?

6/10 MARK QUESTIONS

1. Explain the process of mail merge and its practical applications. Discuss
how it improves efficiency in document creation.
2. Discuss three advantages of using Pivot Tables in Excel for data analysis.
Provide a brief explanation for each advantage.
3. Describe the difference between a line chart and a pie chart. When would
you use each?
4. Discuss the importance of sorting data in Excel. What are the steps to sort a
dataset in ascending and descending order? Provide an example of when
sorting is beneficial.
5. What are the steps to record a macro in Word?
6. List and explain three types of charts in Excel. Provide an example of data
for each.
7. What are the steps to create a pivot table in Excel? How can pivot tables
help analyze data? Give one example.
8. Why is data validation important in Excel? Provide an example of a situation
where this would be helpful.
9. Describe the role of statistical functions in Excel. List any three common
statistical functions, explain what they do, and provide an example of how
each can be used in data analysis.
10.Refer EXCEL programs in the LAB exercise (student and Employee)

UNIT 5
2 marks
1. What is HTML
2. List the three types of HTML lists and provide one example of each.
3. How to insert images in HTML
4. What is the purpose of the <table> tag in HTML?
5. How is the <marquee> tag used in HTML? Mention one example.
6. What are two key differences between an ordered list and an unordered list
in HTML?
7. Define the purpose of <div> and <span> tags in HTML.
8. Which tag and attribute are used to add an image in HTML?
9. List the three types of HTML lists and provide one example of each.
10.What are two differences between cellpadding and cell spacing attributes in
HTML?
11.What is the purpose of the <table> tag in HTML?
12.List out 4 different types HTML tags for formatting the content.
6/ 10 marks
1. Design an HTML table to display a list of products, including
columns for Product Name, Description, Price, and Quantity.
2. List the different HTML formatting tags and explain their purposes
with examples.
3. Explain the role of <div> and <span> tags in grouping elements on a
webpage with examples.
4. Write the HTML code to create a simple webpage that includes a list,
an image, and a hyperlink. Describe each tag used.
5. Describe the differences between ordered (<ol>) and unordered (<ul>)
lists, and give examples of situations where each is appropriate.
6. Explain the structure of an HTML table. Explain different table
attributes
7. Create a table displaying student data with columns for Student
Name, Age, and Grade, and add a header row. Also, explain the code.
8. Design a webpage that includes an embedded video and an audio file
with controls for play, pause, and volume.
9. Demonstrate the use of hyperlinks using html code.
10.Write CSS code to set the background color and font for a webpage.
Describe the properties used.
11.What is the CSS Box Model? Describe its components by Include a
diagram to illustrate the box model.
12.Refer all the HTML programs in the LAB exercise

******************************************************************

You might also like