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

Ds Sem-2 Assesment-1

The document contains an internal assessment test for a college course. It has multiple choice and fill in the blank questions covering topics like algorithms, Python programming, C programming, and information technology fundamentals. The test contains four sections - multiple choice questions, fill in the blanks, short answer questions, and an assignment question.

Uploaded by

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

Ds Sem-2 Assesment-1

The document contains an internal assessment test for a college course. It has multiple choice and fill in the blank questions covering topics like algorithms, Python programming, C programming, and information technology fundamentals. The test contains four sections - multiple choice questions, fill in the blanks, short answer questions, and an assignment question.

Uploaded by

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

PJR’S SPOORTHY DEGREE COLLEGE, KAMAREDDY (5048)

Time: 30 min INTERNAL ASSESSMENT TEST-I (2021-2022)


SUBJECT: Problem Solving and Python Programming 20
H.T No: ________________________________ Group:______________________

I. Multiple choice questions 10x1/2=5


1. Which symbol is used for a condition statement in flow chart [ ]
A) B)
C) D) None
2. What is used to break the program into logical steps [ ]
A)Structure chart B)Flow chart C)Pseudo code D)Algorithm
3. What are algorithms and flow charts used for? [ ]
A)Better programming B)Easy testing C)Efficient Coding D) All
4. What does a pseudo code also called? [ ]
A) Structure Chart B)Flow chart C)Software language d) Program design language
5. Which of the following is used to find the first index of search string [ ]
A) .find("string") B) .search("string")
C) ("string").find D) ("string").search
6. Which keyword is used to define the block of statement in the function? [ ]
A) Function B)def C) func D) pi
7. A function is called using the name with which it was defined earlier, followed by: [ ]
A) { } B) ( ) C) < > D) [ ]
8. What will be the output of len([4,5,7,9]) [ ]
A) 1 B) 9 C) 4 D) 3
9. What is the use return statement [ ]
A) exit a function B) null value C) infinite a function D) none
10. What will be the output of the given code? >>>"python!"[3:] [ ]
A) hon! B) hon C) "hon" D) "hon!"
II. Fill in the blanks 10x1/2=5
1. ____________the process of joining string end-to-end.
2. ____________ a programming language such as Python that is design to be easy for humans to
read and write.
3. ____________ an integer value that represents an element in a sequence.
4. _____________ to execute a program in a high-level language by executing it one at a time.
5. _____________ is a subset or a part of a string
6. _____________ is a type of statement used to import various modules in Python.
7. ____________ it is an ordered set or series, where each value has an index.
8. ____________ is a part of the string determined by range indices.
9. ____________it is the property by which value in a sequence cannot be changed.
10. A file that contains a collection of related functions and definitions called_________________.
III. Short answer questions (Answer all the questions) 5x1=5
1. What is algorithm?
2. define Pseudo code.
3. What is flow chart?
4. What is function?
5. function call?
IV. Assignment 1x5=5
PJR’S SPOORTHY DEGREE COLLEGE, KAMAREDDY (5048)
Time: 30 min INTERNAL ASSESSMENT TEST-II (2020-2021)
SUBJECT: FUNDAMENTALS OFINFORMATION TECHNOLOGY
20
H.T No: ________________________________ Group:______________________

I. Multiple choice questions 10x1/2=5


1. DOS is a__________ [ ]
A) software B) operating system
C) Both a & b D) None of these
2. Short cut key to find the text ? [ ]
A) Ctrl+A B) Ctrl+B C) Ctrl+F D) Ctrl+V
3. __________is a output device [ ]
A) Touch screen B) Joy stick C) keyboard D) Printer
4. Example for Multiuser Operating system [ ]
A) Unix B) Linux C) Windows d) Both A & B
5. E-mail stands for [ ]
A) Electronic mail B) Electrical mail
C) Electricity mail D) None of the above
6. Find the wild card characters? [ ]
A) * B) ? C) Both A & B D) None
7. Extension of MS-WORDis ? [ ]
A) .xls B) .mdb C) .doc D) .ppt
8. MS-DOS is a [ ]
A) Multiuser OS B) Multi processing OS C) Batch processing OS D) Single user OS
9. CD command is used for [ ]
A) Copy the file B) Change the directory
C) Make the directory D) Delete the directory
10. Ctrl+Z short cut key is used for [ ]
A) Paste B) Undo C) Delete D) Save
II. Fill in the blanks 10x1/2=5
1.___________________________types of commands available in MS-DOS
2.MAN stands for__________________________________.
3. In MS-DOS we use_____________________command to create a directory
4. If we want to cut the selected text then_______________________________shortcut key is used.
5. In MS-DOS COPY CON command is used for_______________________________ .
6. The physical components of the computer is called a___________________________.
7. Ctrl+X is used for ________________________________.
8. MS-DOS stands for____________________________________.
9. Operating system is act like as_____________________________________________________.
10. Networks of Networks is called_____________________________________________.
III. Short answer questions (Answer all the questions) 5x1=5
1. What is operating System?
2. What is LAN?
3. What is Batch processing operating system?
4. write any 3 Internal & External commands of MSDOS ?
5. What is a Protocol?
IV. Assignment 1x5=5
PJR’S SPOORTHY DEGREE COLLEGE, KAMAREDDY (5048)
Time: 30 min INTERNAL ASSESSMENT TEST-I (2020-2021)
SUBJECT: PROGRAMMING IN “C”

H.T No: ________________________________ Group:______________________


20

I Multiple choice questions 10x1/2=5


1. ________ is a input function [ ]
A. scanf() B. gets() C. getchar() D. ALL
2. Types of ROM is ___________________ [ ]
A. PROM B. EPROM C. EEPROM D. ALL
3.The extension of “C” Programming is __________________ [ ]
A. .C B. .CPP C. A & B D. None
4. To Compile “C” Program ___________________key is used [ ]
A. Alt+f9 B. Ctrl+F9 C. A & B D. None
5. C –Language was developed in ______________________________year [ ]
A. 1950 B. 1960 C. 1972 D. 1918
6. _______________is a used to store dis-similar data type [ ]
A. struct B. union C. A & B D. None
7. _______________is used to store similar Data type values [ ]
A. arrays B. float C. string D.None
8. ______________ function is used to find square root of a given number [ ]
A. sqrt( ) B. squareroot( ) C. A&B D. All
9. Pick the operating System.______________________________ [ ]
A. Unix B. MS-DOS C. Windows D. All
10. ____________________is used to store non-numeric data values [ ]
A. char B. string C. float D. ALL
II Fill in the Blanks 10x1/2=5
1. Computer is a ________________________________Device.
2. ________function is used to check the conditions in c-programs.
3.A set of statements executes repeatedly is called ______________________.
4. ________________Symbol is used for Conditional or Turnary key operator
5. C-Language was developed by______________________________________________
6. _______________is a default storage class of c-language.
7. ____________________________are arithmetical operators
8. There will be ________________main( ) in C-Program.
9. ______________________function is used to convert lower case letters to upper case.
10. ______________________functions are used for dynamic memory allocation.
III Short Answer Questions? 5x1=5

1. Define Function & its types.


2. Write 4 “C” string functions ?
3. Define Operating System& its functions?
4. Define Pointer ?
5. Write character functions .
IV. Assignment 1x5=5

You might also like