0% found this document useful (0 votes)
6 views

Revision_Questions_Final

The document outlines a comprehensive set of questions and topics related to computer systems, programming, and societal impacts, organized by chapters and difficulty levels. It includes two, three, and five mark questions covering concepts like microprocessors, data types, algorithms, Python programming, and digital society. Each chapter focuses on specific themes such as encoding schemas, problem-solving, and the societal implications of technology.

Uploaded by

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

Revision_Questions_Final

The document outlines a comprehensive set of questions and topics related to computer systems, programming, and societal impacts, organized by chapters and difficulty levels. It includes two, three, and five mark questions covering concepts like microprocessors, data types, algorithms, Python programming, and digital society. Each chapter focuses on specific themes such as encoding schemas, problem-solving, and the societal implications of technology.

Uploaded by

nithindito81
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

DAY: 1

Chapter 1: COMPUTER SYSTEM


TWO MARKS QUESTIONS
1. What is the main difference between microprocessors and microcontrollers?
2. Define data and information.
3. Mention types of translator used in Computer system.
4. What is the difference between RAM and ROM?
5. What is nibble in Computer memory? Give ex
6. Define memory controller in a computer system.

THREE MARKS QUESTIONS


1. Define proprietary software and freeware? Give example.
2. What is system software and application software? Give example
3. Explain the term system bus and its components.

FIVE MARKS QUESTIONS


1. Explain the components of a computer system with a block diagram.
2. Define data and explain its type with an example
3. Define operating System.Explain various Operating System User interface?
4. Explain various functions of operating system.
5. Brief explain types of memory in computer.

Chapter 2: ENCODING SCHEMAS AND NUMBER SYSTEM


DAY-1
THREE MARKS QUESTIONS
1. Write steps for conversion from decimal system to other number system.
2. What is number system? Explain the types of number system
3. Write a short note on ASCII and ISCII.
4. Write steps for conversion from other number system to decimal number system.

FIVE MARKS QUESTIONS


1. Do the conversions for the following:
a) (89)10 = (?)2 f) (0.675)10 = (?)2 = (?)16
b) (76)10 = (?)8
c) (378)10 = (?)16
d) (6C.34)16 = (?)10
e) (24.13)8 = (?)10
2. Convert the following: (a) (1100101011)2 = (?)8 = (?)16
(b) (98E)16 = (?)2 = (?)8 = (?)10

Chapter 3: EMERGING TRENDS


DAY-1
THREE MARKS QUESTIONS
1. What is grid computing? Explain its types
2. Define robots? Mention its types with an example.
3. Write a short note on (i) Artificial intelligence (ii) IoT

FIVE MARKS QUESTIONS


1. Explain characteristics of Big data.
2. What is cloud computing? Explain its types

DAY-2
Chapter 4: INTRODUCTION TO PROBLEM SOLVING
DAY-2
THREE MARKS QUESTIONS
1. Explain characteristics of a good algorithm.
2. Explain importance of flowchart in problem solving
3. Draw and explain flowchart symbols.
4. Define algorithm, time complexity and space complexity.

FIVE MARKS QUESTIONS


1. Explain steps for problem solving.
2. What is pseudo code? Write any 6 keywords frequently used in python?
3. Write pseudo code and draw flowchart to calculate area and perimeter of a rectangle?

Chapter 5: GETTING STARTED WITH PYTHON


DAY: 2
TWO MARKS QUESTIONS
1. What is program and programming language?
2. Explain 2 types of execution modes in python?
3. What is implicit conversion and explicit conversion?
4. What is comment in python? What is the symbol to denote Comment?
5. Define variables and keywords?
THREE MARKS QUESTIONS
1. Mention rules for naming an identifiers.
2. Difference between Compiler and Interpreter.
3. Give any three difference between mutable and immutable data types.
4. Mention the operators available in the python.

FIVE MARKS QUESTION


1. Explain features of python.
2. Explain data type used in python with example
3. Explain arithmetic operators used in python with example
4. What is debugging? Explain its types.
5. Difference between low level language and high level language.

DAY-3
Chapter 6: FLOW OF CONTROL
DAY 3
TWO MARKS QUESTIONS
1. What is flow of control in programming?
2. How do you read input from user in Python?
3. What is infinite loop? Give ex.
4. What is the syntax of if statement in python?

FIVE MARKS QUESTION


1. Explain the role of indentation in Python with an examples.
2. Explain in detail the concept of flow of control with examples.
3. Explain the use of break and continue statement with an example?

Chapter 7: FUNCTIONS
DAY 3
TWO MARKS QUESTIONS
1. Define user-defined function in Python and write its syntax.
2. What are benefits of using a function in user-defined functions?
3. Differentiate between argument and parameter.
4. Mention some built-in functions used in Python.
5. Difference between built-in function and user defined function.
FIVE MARKS QUESTIONS
1. Explain in detail the advantages of using functions in programming.
2. Explain the concept of scope in Python with examples.
3. Describe in detail the process of creating, calling and executing a user-defined function in
python.

Chapter 8: STRINGS
DAY 3
THREE MARKS QUESTIONS
1. Describe the use of len() function with a string. What does it return?
2. What are the membership operators in python? Give examples?
3. Define concatenation, repetition and slicing operations on strings?

DAY-4
Chapter 9: LISTS
DAY-4
FIVE MARKS QUESTIONS

1. Briefly explain the following built-in functions for list manipulations.


a. Sorted() b. append() c. index()
d. insert() e. count()
2. Explain how to traverse a list using both for and while loop with an example.
3. Explain the three methods for copying lists.

Chapter 10: TUPLES AND DICTIONARIES


DAY-4
TWO MARKS QUESTIONS
1. Define tuple and dictionary?
2. How do you access elements in both tuples and dictionary?
3. Explain how to create a tuple with a single element.
4. Mention 2 operation performed on tuple.
Chapter 11: SOCIETAL IMPACT
DAY-4
TWO MARKS QUESTIONS
1. Define digital footprint?
2. Explain the difference between active and passive digital footprint?
3. List the two types of net etiquettes?
4. What is Cyberbullying?
5. Explain the term digital society?
6. Mention any two legally protected IPR methods.
7. Define Ergonomics.
8. Write a short note on hacking.

You might also like