V Semester BSC Question Bank
V Semester BSC Question Bank
QUESTION BANK
OF
FOR
UNIT IV
Two Mark questions
1. How to connect to the SQLite database? Give example.
2. Write SQL code to create table in SQLite database.
3. Write SQL code to insert data in SQLite table.
4. Write SQL code to update SQLite table.
5. Write SQL code to Delete data and DROP table in SQLite table.
6. What is NumPy in Python?
7. Give any two uses of NumPy.
8. Give Python code to create NumPy array using array function.
9. How to create two-dimensional arrays using NumPy.
10.List any four NumPy array attributes.
11.Give syntax and example for NumPy arrange() function
12.What is Pandas Library ?
13.What is Pandas Series? Give example.
14.Write Python code to create Dataframe from a dictionary and display
its contents.
15.Write Python code to create Dataframe from a tuple and display its
contents.
16.What is Pandas DataFame ? How it is created?
17.Give the Python code to create Dataframe from .csv file.
18.How to add new column to Dataframe ?
19.Give the Python code to create Dataframe from Excel file.
20.Give Python code to find maximum and minimum values for
particular column of dataframe.
21.What is Data Visualization?
22.What is matplotlib and pyplot? Long Answer Questions.
UNIT - II
2 MARKS
1. Expand UTP, IrDA.
2. Expand STDM, CDMA.
3. Expand FDM, OFDM.
4. Expand TDM,CDM.
5. What is transmission medium?
6. What is meant by unguided media?
7. What is meant by guided media?
8. Give examples for guided media.
9. Give examples for unguided media.
10.Draw a cutaway view of a coaxial cable.
11.Draw side view of a single fiber.
12.What are single-mode and multimode fiber.
13.What is chromatic dispersion and solitons.
14.Differentiate fiber optics and copper wire.
15.What is path loss?
16.What is multipath fading?
17.What is digital modulation?
18.What is multiplexing?
19.List the types of multiplexing.
20.What is FDM?
21.What is TDM?
22.What are the applications of FDM.
23.Differentiate FDM and TDM.
24.List the different switching techniques.
25.Differentiate circuit switching and packet switching.
26.Write the different design issues of data link layer.
27.Write the various services offered by the data link layer to the network
layer.
28.List the different framing methods.
29.Describe byte count method of framing.
30.Describe coding violations method of framing.
31.Expand PPP, HDLC.
32.Expand NIC, FEC.
33.What are the two different approaches of Flow control.
34.What is erasure channel?
35.List the different error-correcting codes.
36.List the different error-detecting codes.
37.Expand LDPC, CRC.
38.List the different fields from which the frame is composed of.
39.What is meant by event=cksum_err and event=frame_arrival ?
UNIT – III
2 MARKS
1. What is store-and-forward packet switching?
2. Write the various services offered by the network layer to the transport
layer.
3. What is routing algorithm?
4. Expand MPLS , CIDR.
5. Compare between Virtual-Circuit networks and Datagram networks.
6. What is broadcast routing?
7. What is multicast routing?
8. What is anycast routing?
9. What is Congestion?
10.List the approaches to congestion control.
11.List the principles of network layer in the internet.
12.List the different options for Option field in IPv4 protocol.
13.What is IP address ? Give example.
14.What is meant by subnetting and subnets?
15.What is meant by route aggregation and supernet?
16.Expand NAT , SIPP.
17.List different special IP addresses.
18.What are the major goals of IPv6?
19.List different extension headers of IPv6.
20.List the Internet control protocols.
21.Expand ICMP, ARP, DHCP.
22.List the different ICMP message types.
23.What is ARP?
24.What is MultiProtocol Label Switching?
25.Expand OSPF, BGP.
26.List the different types of OSPF message.
Long Answer Questions
UNIT – IV
2 MARKS
1. Write the various services offered by the transport layer.
2. Expand TSAP, NSAP.
3. What is Portmapper?
4. List the two main protocols in transport layer.
5. Expand TCP , UDP.
6. What is error control?
7. What is flow control?
8. Draw a neat diagram of UDP header.
9. Expand RPC , RTP.
10.What is TCP?
11.Expand PAWS , SACK.
12.List the states used in TCP connection management finite state machine.
13.Expand DNS , ICANN.
14.How DNS is used?
15.List the different DNS resource record types.
16.What is Name resolution?
17.Expand SMTP, MIME.
18.What are the two kinds of subsystems of Email system.
19.What is meant by User agent?
20.List the different header fields related to message transport in RFC 5322.
21.List the different message headers added by MIME.
22.List different SMTP extensions.
23.Expand IMAP , SOAP.
24.List different IMAP commands.
25.What is Webmail?
26.Expand HTTP , URL.
27.Expand URI , URN.
28.Expand HTML , CSS.
29.Expand CGI, PHP.
30.Expand JSP, AJAX.
31.Expand DOM , XML.
32.Expand XSLT , XHTML.
33.List the different built-in HTTP request methods.
34.List different HTTP message headers.
35.Draw a neat diagram of HTTP caching.