Slr-Pc – 280 B
Total Page:16
File Type:pdf, Size:1020Kb
www.downloadmela.com *SLRPC280B* SLR-PC – 280 B Seat Set No. A T.E. Information Technology (Part – II) Examination, 2015 Self Learning HSS NETWORK SETUP AND MANAGEMENT (New) Day and Date : Tuesday, 26-5-2015 Max. Marks : 50 Time : 3.00 p.m. to 5. 00 p.m. Instructions : 1) Q. No. 1 is compulsory. It should be solved in first 15 minutes in Answer Book Page No. 3. Each question carries one mark. 2) Answer MCQ/Objective type questions on Page No. 3 only. Don’t forget to mention, Q.P. Set (A/B/C/D) on Top of Page. MCQ/Objective Type Questions Duration : 15 Minutes Marks :10 1. Choose the correct answer (10×1=10) 1) ____________ are usually used to extend a connection to a remote host. A) Repeater B) Router C) Firewall D) None of these 2) A ___________ creates a collision domain on each port. A) Ethernet Switch B) Hub C) Router D) none of the choices are correct 3) __________ are virtual separation within switch that provide distinct logical LANs that each behave as if they were configured on a separate physical switch. A) Router B) VPN C) VLAN D) none of the choices are correct 4) If the address of destination is not on a local network, the packet must be forwarded to ______________ A) Switch B) Hub C) Gateway D) none of the choices are correct P.T.O. www.downloadmela.com - World's number one free educational download portal www.downloadmela.com SLR-PC – 280 B -2- *SLRPC280B* 5) OSPF is used for ____________ A) Routing of packets B) Shortest path routing of packets C) Simulation of packets D) None of the choices are correct 6) _____________ running as an application on a server may share the server with other functions such as DNS or mail, though generally and restrict its activities to security-related tasks. A) Router B) Modem C) A Firewall D) None 7) ____________ commonly called a DMZ, stands for Demilitarized Zone A) Router B) Access point c) Both above d) Firewall 8) _____________ is a broad-band wire-less system that has been developed for use as broad-band wireless access for fixed and mobile stations and can provide a wireless alternative for last mile broad-band access in the 2 GHz to 66 GHz frequency range. A) WIMAX (Worldwide Interoperability for Microwave Access) B) Bluetooth C) Both D) None 9) The _____________ is wireless gateway software. A) WAN B) WAP C) Both D) None 10) Which of the following is not a feature of any cast addressing in IPv6 ? A) Same IPv6 address assigned to multiple nodes B) Routing protocol makes the nearest determination C) Supports many future potential applications D) Provides an any-to-many communication model ______________ Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com *SLRPC280B* -3- SLR-PC – 280 B Seat No. T.E. Information Technology (Part – II) Examination, 2015 HSS NETWORK SETUP AND MANAGEMENT (New) Day and Date : Tuesday, 26-5-2015 Marks :50 Time : 3.00 p.m. to 5.00 p.m. 2. Answer any four from the following questions each carries 5 marks. (5×4 = 20) 1) Discuss what type of planning is needed for a Chassis -Based Switch Installation. 2) What are the different types of routes used by routing table ? 3) What is significance of VLAN and how to configure it using CatOS. 4) Differentiate between a Hub and Switch. 5) Explain OSPF. 3. Answer the following any two. (5×2=10) 1) What is firewall ? 2) Explain The WAP 3) Give difference of IPV6 and IPV4 4. Write short notes any four : (5×2=10) 1) RFID 2) BGP. _____________________ Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com *SLRPC280D* SLR-PC 280 D S e a t 5 A J ) N o . T.E. (Information Technology) (Part II) (New) Examination, 2015 SELF LEARNING MODULE II : HSS/TECHNICAL : COMPILER DEVELOPMENT TOOLS Day and Date : Tuesday, 26-05-2015 Max. Marks : 50 Time : 3.00 p.m. to 5.00 p.m. Instructions :1)All questions are compulsory. 2) Figures to the right indicate full marks. 3) Assume suitable data where necessary. 4) Q. No. 1 is compulsory. It should be solved in first 30 minutes in Answer Book Page No. 3. Each question carries one mark. 5) Answer MCQ/Objective type questions on Page No. 3 only. Dont forget to mention, Q.P. Set (A/B/C/D) on Top of Page. MCQ/Objective Type Questions Duration : 30 Minutes Marks : 10 1. Choose the correct alternatives : 10 1) Function yywrap is called by ___________ when input is exhausted. a) Lex b) YACC c) COMP d) PPNN 2) Lex compiler generates ? a) Lex object code b) Transition tables c) C Tokens d) None of above 3) The lexical analyzer takes ___________ as input and produces a stream of ___________ as output. a) Source program, tokens b) Token, source program c) Either A and B d) None of the above P.T.O. www.downloadmela.com - World's number one free educational download portal www.downloadmela.com SLR-PC 280 D -2- *SLRPC280D* 4) Which of the following is used for grouping of characters into tokens ? a) Parser b) Code optimization c) Code generator d) Lexical analyser 5) The ___________ section of LEX file defines macros and imports header files written in C. a) Pass b) Definition c) Parse d) Pattern 6) YACC is a ___________ parser generator, generating a parser. a) LL b) LL(0) c) LALR d) LR(1) 7) yytext is a pointer to the matched string (NULL-terminated) and ___________ is the length of the matched string. a) Yyleng b) Yylex c) Yywrap d) Yypop 8) Input of Lex is a) Set to regular expression b) Statement c) Numeric data d) ASCII data 9) Yacc semantic action is a sequence of a) Tokens b) Expression c) C Statement d) Rules 10) Which of the following software tool is parser generator ? a) Lex b) Yacc c) Both a and b d) None of these ______________ Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com *SLRPC280D* -3- SLR-PC 280 D S e a t N o . T.E. (Information Technology) (Part II) (New) Examination, 2015 SELF LEARNING MODULE II : HSS/TECHNICAL : COMPILER DEVELOPMENT TOOLS Day and Date : 26-05-2015, Tuesday Marks : 40 Time : 3.00 p.m. to 5.00 p.m. Instructions :1)All questions are compulsory. 2) Figures to the right indicate full marks. 3) Assume suitable data where necessary. 2. Answer the following : a) What are the sections of a LEX specification file ? How is a C code file generated by a LEX tool ? 10 b) Define the following terms : Tokens, Declarations, Operators, Conflicts and Actions. 10 3. Answer the following : a) How is error reporting and recovery carried out using LEX and YACC ? 10 b) Develop a parser to recognize a C language statement using YACC. 10 _____________________ Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com *SLRPC280A* SLR-PC – 280 A Seat No. Set A T.E. (Information Technology) (Part – II) Examination, 2015 Self Learning Module – II (Technical) TOOLS FOR COMPUTER ARCHITECTURE (New) Day and Date : Tuesday, 26-5-2015 Max. Marks : 50 Time : 3.00 p.m. to 5.00 p.m. Instructions : 1) Q. No. 1 is compulsory. It should be solved in first 15 minutes in Answer Book Page No. 3. Each question carries one mark. 2) Answer MCQ/Objective type questions on Page No. 3 only. Don’t forget to mention, Q.P. Set (A/B/C/D) on Top of Page. MCQ/Objective Type Questions Duration : 15 Minutes Marks : 10 1. Choose the correct alternatives : (10×1=10) 1) SPARC (Scalable Processor Architecture) is based on ________ a) RISC b) CISC c) SAS d) None of these 2) SPARC uses a special instruction for a) Processor interrupts b) Memory faults c) Load/Store d) Multiply and add 3) SPARC Processor that was developed at ________ in the mid 1980’s. a) Intel b) Sun micro system c) AT and T Labs d) None of these 4) Which of the following are mnemonic of ARC instruction set. a) Id b) st c) andcc d) All of these 5) The process of translating as assembly language program into a machine language program is referred to as the a) Assembly process b) Compiler c) Both (a) and (b) d) None of these 6) DLL stands for ________ in linking and loading of ARC processor. a) Data link libraries b) Data path line libraries c) Dynamic link libraries d) None of these 7) Which of the following are main simulator controls ? a) Step b) Edit c) Load d) All of the above P.T.O. www.downloadmela.com - World's number one free educational download portal www.downloadmela.com SLR-PC – 280 A -2- *SLRPC280A* 8) Which of the following instructions are not recognized by ARC Tools. a) Idsh b) Idub c) Iduh d) Idmh 9) ARC assembly language file is saved as ________ in ARC Tools simulator. a) File.asm b) File.sim c) File.tasm d) File.msm 10) What is the meaning of sethi Mnemonic ? a) Load the 21 most significant bits of a register b) Load the 22 most significant bits of a register c) Load the 23 most significant bits of a register d) Load the 24 most significant bits of a register ______________ Set A www.downloadmela.com - World's number one free educational download portal www.downloadmela.com *SLRPC280A* -3- SLR-PC – 280 A Seat No.