• No results found

ALPHA COLLEGE OF ENGINEERING &TECHNOLOGY ADVANCE COMPUTING TECHNOLOGY (170704) CLASS: CE

N/A
N/A
Protected

Academic year: 2021

Share "ALPHA COLLEGE OF ENGINEERING &TECHNOLOGY ADVANCE COMPUTING TECHNOLOGY (170704) CLASS: CE"

Copied!
16
0
0

Loading.... (view fulltext now)

Full text

(1)

ALPHA COLLEGE OF ENGINEERING &TECHNOLOGY

DEPARTMENT OF COMPUTER ENGINEERING

FAQ QUESTIONS

ADVANCE COMPUTING TECHNOLOGY (170704)

B.E. – 7

th

SEM

CLASS: CE

1 Explain the layered architecture of grid with a neat diagram. 2 Explain Community Grid Model.

3 Describe Building blocks of the grid.

4 Give the description about tera grid project. 5 Explain building blocks of the grid.

6 Explain application of the Grid Computing in engineering domain. 7 Give the commercial application of grid.

8 Write short notes on a) FAFNER b) I-WAY 9 Explain evolution of the grid in first generation.

10 Explain evolution of the grid in second generation in brief. 11 Describe peer to peer computing

12 Explain evolution of the grid in third generation in brief. 13 Explain service-oriented architectures.

14 What is access grid?

15 Explain Requirements for the data and computation infrastructure.

16 Describe the software architecture of grid.

(2)

18 How an initial multisite, computational and data grid can be built. 19 What is the process of authorizing user access to grid resources?

20 Why cross-site management is essential for supporting large scale collaboration? 21 What are the issues related to establishing trust?

22 What are the steps to be used for transition to a prototype production grid? 23 Describe grid resources.

24 What do you mean by the term virtual organization in grid computing? 25 Give some example of virtual organization.

26 Describe the various layers of grid architecture and its relationship to Internet protocol architecture. 27 Describe two primary classes of resource layer protocol.

28 Describe the fabric layer.

29 Describe some alternative perspectives on grid.

30 What are the appropriate choices for the integrid protocols that will enable interoperability among grid systems? 31 Name various scalable parallel computer architectures. Compare them based on different

characteristics.

32 Give the reasons: Why NOW is preferred over specialized parallel computers? 33 Draw the cluster computer architecture and explain each block in detail. 34 Cluster Classification. / Classify clusters into various categories.

35 List and explain in brief: Commodity Components for Clusters.

36 What are the advantages/benefits of a cluster middleware and Single System Image (SSI)? 37 List and explain Single System Image (SSI) layers / levels.

38 List and explain the middleware design goals of cluster-based systems. 39 List and explain in brief: Single System Image (SSI) support services.

40 List and explain in brief: Single System Image (SSI) Availability Support Functions. 41 What are the services provided by a RMS environment?

(3)

42 List few Resource Management Systems (RMS) tools.

43 Write short notes on following: a. Threads b. Distributed Shared Memory (DSM) Systems c. Message Passing Systems (MPI and PVM)

44 What capabilities should an ideal parallel debugger have?

(4)

Frequently Asked Question (DNT & ADNT)

1 Explain navigation Controls with example.

2 Differentiate ASP and ASP.Net. Also explain Label and TextBox controls with example. 3 What is state management? Explain Session and Cookie state with suitable example.

4 Explain rich server controls. Give ASP.Net code to rotate advertisements with AdRotator control. 5 What is validation in web development? Explain various Controls for validation in APS.NET with

Example.

6 What is View State? Explain View state techniques in ASP .NET. How it is differ from session state. 7 What are Client Side Control and Server Side Control in ASP .Net? Create User define control to

count the length of string using C#. 8 Explain page life cycle?

9 Write a ADO .NET program which shows records from student_master (name, email, city, phone). 10 Explain Architecture of ADO .Net with its advantage? Explain following objects of ADO .Net:

SqlConnection, SqlCommand, SqlDataAdapter with example.

11 What is View State? Explain View state techniques in ASP .NET. How it is differ from session state. 12 What are data bound controls? Explain each control with example.

13 What are validation controls. Explain each control with example. 14 What is AutoPostBack and CrossPaging property?

15 Explain .NET framework architecture in detail. 16 Explain following terms:

1) Assembly 2) MSIL 3) Side by Side Execution 4) Versioning 5) CLR 6) CTS 7) CLS 8) GAC 9) Assembly Manifest 10) Managed Code 11) Namespace

What is Property? Explain read only, write only and read write property with suitable example. 17 Explain the syntax of loops in VB .NET with suitable example.

18 Write a VB .NET program which creates windows form with one Button. When button is clicked it should display “Hello World” message.

19 Explain TextBox control with its important properties, methods and events.

20 What do you mean by Thread? State its advantages. Describe Thread Priorities. Also give VB. Net code to implement it.

21 What is inheritance? Create VB .Net console application to define shape class and derive circle and rectangle from it to demonstrate inheritance.

22 What is method overloading? Create VB.Net console application to overload area method to find area of circle, triangle and rectangle.

23 What is structured error handling? Explain it in details and create VB. Net console application to find division of two numbers. Also handle DivideByZeroException.

24 What is Dialog? Explain following Dialogs with its usage. 1. FolderBrowserDialog 2. OpenFileDialog 3. ColorDialog 4. PrintDialog 5. FontDialog 6. SaveFileDialog

25 Give the use of panel, listbox, richtextbox, tab controls, groupbox, combobox, tree view and progress bar in windows forms.

(5)

ALPHA COLLEGE OF ENGINEERING & TECHNOLOGY

KHATRAJ, TAL.- KALOL, DIST.- GANDHINAGAR – 382721

FAQ’s for Mid-Sem Exam October-2014

Subject: CD(170701)

Sem: 7

th

Branch: CE

[1] What are phases of a compiler? Explain the function of each phase with example

[2] Symbol table is necessary for compiler construction; justify your statement with example. [3] Design a DFA which accepts set of strings such that every string containing 00 as a substring

but not 000 as substring.

[4] Construct a FA that will accept those strings of a binary number that are divisible by three. [5] Write English descriptions for the languages generated by the following regular expressions:

(a | b)* a(a | b | ε)

[6] Build an FA that accepts the words baa, ab and add and no other string longer or shorter. [7] What are the qualities of good compiler?

[8] Test whether the following grammar is ambiguous L  L ; L | S

S  a

[9] Eliminate all ε productions from the following grammars i) S  aAB | dA A  bAc | ε B  dB | ε ii) S  ABAC A  aA | ε B  bB | ε C  C

(6)

i) S  A | bb A  B | b B  S | a ii) S  AB A  a B  a | b C  a D  a E  a

[11] Remove the useless symbol from the following grammars i) S  aB | bX A  BAd | bSX | a B  aSB | bBX X  SBD | aBx | ad ii) A  xyz | Xyzz X  Xz | xYx Y  yYy | XY Z  Zy | z [11]

a. down the difference between NFA and DFA with example. b. Explain the design of lexical analyzer generator.

[12 ]

Trans late the expression –(a+b)*(c+d)+(a+b+c) into 1. Quadruples

2. Triples

(7)

[13] a. Write down the use of global data flow analysis, explain Live variables & Reaching definations. b. Explain the use of available expression with example.

[14] Define Common Sub expression elimination with example (atleast 2).

[15] a. Explain Peephole optimization and Direct Acylic Graphs. b. expression: a*b+f(a*b) create DAG for this.

[16] a. Explain Target Machine and its configuration.

b. Explain register allocation and Assignment in Code Generation. [17] Consider the following grammar:

a) S  aS | bS | abaA A  ε | aA | bA

Is the above grammar LL(1)? Why or Why not? Prove your answer without finding First() and Follow() b) S  aBD | AB | DAC | b A  SCB | SABC | CbD | C | ε B  d | ε C  ADC | c D  SaC | SC | fg

Compute the First() and Follow() sets ,Construct LL(1) parsing table for this grammar is this grammar LL(1)? why or why not?

[18] Find First() and Follow() for the following grammar and check whether grammar is LL(1) or not a) lexp  atom | list

atom  number | identifier list  (seq)

seq  lexp seq’ seq’  lexp seq’ | ε

Check string (a(b(2)))(c) is accepted or not?

b) Find First() and Follow() for the following grammar and check whether grammar is LL(1) or not

S  P P  {D;C} D  d, D | d C  c, C | c

(8)

[19] Consider the following grammar with terminals a) S  a I J h I  I b S e | c J  K L k r | ε K  d | ε L  p | ε

Generate LR parsing table of the given grammar and check whether the grammar is LR(0) or not.? b) A  aCDq | aBg | ε D  d | ε B  e | ε C  Ct | p | ε | BD | rAb

Frame the transition table and Action / Goto table of the given grammar Check grammar is LR(0) or not?

[20] Construct parser table for the following grammar a) LR(1) parser D  L : T L  L, id | id T  int b) LALR parser S' –> S S –> V = E E –> F | E + F F –> V | int | (E) V –> id FACULTY:

(9)

Alpha College of Engineering &Technology

Branch: C.E Semester: 5

th

Sub

code Sub name

170703 Disaster management

Advance Java Technology FAQ.

1. Difference between AWT & swings

2. Explain the need of MVC architecture,with advantages and features

3. What is pluggable look and feel? How do you set the look and feel of the components?

4. Explain the basic swing component class heirarchy

5. What is applet .explain with program two ways of running applet program.

6. Give the limitations of AWT and explain how do Swing overcome them.

7. Give significance of MVC architecture in building n-tier application. Explain in detail.

8. Explain the purpose of layout in the swing 9. What is panel? how it is created?

10. Explain the event handling mechanism in swing

11. Explain the role of MVC architecture in modern applications and list its advantages. 12. Explain how a frame is created

13. Explain with examples all 3 layouts in layout management in swings 14. Write a java program that uses the pluggable look and feel component.

15. Write a java program for creating swing buttons: Jbutton, JToggleButton, JCheckBox,a nd Jradiobutton. 16. Explain basic Swing components classes.

17. Draw the hierarchy of swing class components 18. What is JDBC and ODBC? How does JDBC works? 19. Explain components of JDBC.

20. Explain architecture of JDBC. 21. Explain four types of drivers. 22. Explain JAVA SQL Package. 23. Explain Driver Manager. 24. Explain Simple Statement. 25. Explain Prepared Statement. 26. Explain Callable Statement. 27. Explain ResultSet Interface. 28. What is a Java Bean?

29. Give applications of Java Bean. 30. Give Advantages of Java Bean.

31. Explain various types of JDBC drivers and comment on Selection of driver. 32. Explain the use of CallableStatement and PreparedStatement with example.

33. Consider Bank table with attributes AccountNo, CustomerName, Balance, Phone and Address. Write a

database application which allows insertion, updation and deletion of records in Bank table. Print values of all customers whose balance is greater than 20,000.

34. Explain JDBC driver types. Write a Java Bean to connect to database and insert in the database. Query will

(10)

35. Write a JDBC program to insert and retrieve photo in database.

36. What are the differences between Java Bean and basic java class? Explain Java Bean Architecture. 37. Explain the use of the PreparedStatement object of the JDBC with an appropriate example. 38. Explain the JDBC URL with appropriate examples

39. What do you mean by sockets?explan client –server sockets using socket programming. 40. Explain the basic java.net package :interfaces ,classes.

41. Write a client-server program using TCP sockets to echo the message

send by the client.

42. Difference between TCP and UDP 43. Explain protocol handler.

44. Explain content handler.

45. Explain UDP socket programming with example JAVA. 46. Explain IP addressing schemes and DNS

47. Explain Socket, ServerSocket, InetAddress classes.

48. Write a java program to find an IP address of the machine on which

the program runs.

49. Write a simple socket program in which the client sends the string to the server 50. Explain two important TCP Socket classes?- getInputStream() getOutputStream() 51. Explain Datagram sockets.

52. Explain Datagram Packet. 53. Explain cookies.

54. Explain the concept of TCP/IP and UDP

55. Write a TCP or UDP client and server program to do the following:

client> java client localhost/IP Port <enter>

Enter text: This is my text to be changed by the SERVER <enter> Response from server: revres EHT YB DEGNAHC EB OT TXET YM SI SIHt client> exit

56. Explain 1 tier, 2 tier and 3 tier architecture.

57. Give advantage and disadvantage of 1 tier, 2 tier and 3 tier architecture. 58. Explain n-tier architecture

59. Give advantage of n-tier architecture.

60. Explain model, view and controller with respect to n tier architecture. 61. Give list of J2EE API’s. Explain any five API’s.

62. Explain HTTP Request and Response message structure. 63. Give features of HTTP protocol.

64. Explain Web Container and Application Server. 65. Give features of J2EE.

66. Explain J2EE container types.

67. Explain Java Server Faces Technology. 68. Explain Java Servlet Technology. 69. Explain Java Transaction API.

70. Explain JavaBeans Activation Framework. 71. Explain Java Message Service API.

72. Explain architecture of J2EE. List out java technologies supported by J2EE along with their applications. 73. Explain the container architecture of the Java EE with role of each component.

74. Give the advantages of n-tier architecture and discuss the objectives of the Enterprise applications. 75. What is Servlet? Give its advantages.

76. Explain life cycle of servlet. 77. Explain javax.servlet Package.

(11)

78. Explain javax.servlet.http Package

79. Explain Http Requests and Responses handling. 80. Explain cookies in servlet.

81. Explain Session tracking in servlet. 82. Explain servlet context.

83. Explain servlet filter. 84. Explain Servlet Config.

85. Discuss Servlet life cycle methods. Explain role of web container.

86. Develop any Servlet application which demonstrates use of session management. 87. Enlist and explain the need of filters with a program.

88. Explain Servlet life cycle & importance of context object. 89. Explain event handling in Java Servlet with example

90. Give characteristics of HTTP Protocol and explain the GET,POST and PUT methods of HTTP Protocol. 91. Write a Web application using servlet to find the sum of all the digits of an input integer.

92. What is doFilter() method? What are its parameters? Give its use with proper example. 93. What is filter? What is its use? List the different filter interfaces with their important methods. 94. List the servlet session level events and show that how servlet destroy event is handled? 95. Write a JSP page that prints your resume in well formatted form.

96. Explain transaction handling using JSTL. 97. Enlist the advantages of JSP

98. Write a JSP page to display your semester mark sheet. Give the

necessary files to deploy it.

99. Give an example showing the use of EL functions. 100. Explain the JSP architecture

101. Write line(s) of code in JSP for following.

I. Session read and write

II. URL rewriting sending and retrieving parameter(s) III. URL redirection

IV. Print “hello world” as output V. Include the other JSP file statically VI. Expression to display date as output

VII. Method of setting the JSP parameters to use in JSTL

102. Explain JSP tag library with examples.

103. Explain the action tags used to access the JavaBeans from a JSP page

with example.

104. Advantages of using MVC design model 105. Explain the JSP implicit objects with their use. 106. Explain tag extensions

107. Explain the following with respect to JSP Unified EL.

i. Value expressions ii. Method expressions

108. Explain the anatomy of jsp page 109. Explain JSP page life cycle

110. Explain Directive elements of jsp. 111. Explain Beans .with example. 112. Explain JSP fragments 113. Explain Tag files 114.

(12)
(13)

FAQ for WCMP (170702N)

1. Explain GSM Architecture with a diagram.

2. Explain Mobile IP in detail. What is tunnelling?

3. Explain Value Added Services through SMS.

4. Explain the Bluetooth Protocol Stack in detail.

5. How is mobility management done in GSM.

6. Explain Following Terms:

a.SGSN

b.GGSN

7. Draw & Discuss the GPRS network architecture.

8. Briefly explain the QOS for GPRS.

9. Explain GPRS applications.

10. Explain GPRS limitation.

11. Explain attachment and detachment procedure for GPRS operation.

12. Explain Routing in GPRS.

13. Draw & Discuss the GPRS Protocol Architecture.

14. Explain Architecture for mobile computing.

15. Explain Three tier architecture of Mobile Computing.

16. Explain SOC & AOC client.

17. Explain Wireless Network.

18. Explain Adhoc N/w.

19. Explain Mobile Computing OS.

20. Explain Security Issues in Wireless Network.

21. Explain difference between Wireless Network and Ad-hoc Network.

22. Explain Propagation modes for Mobile Computing.

23. Explain Standards of Wireless Network.

24. Explain Data Tier.

25. Explain Presentation Tier.

26. Explain Application Tier.

27. Giver difference: SOC & AOC, Wireless & Adhoc

28. Give Types of Middle ware and explain it.

(14)

ALPHA COLLEGE OF ENGINEERING &TECHNOLOGY

DEPARTMENT OF COMPUTER ENGINEERING

FAQ WDM

1.Explain Web Data Management with XML.

2.How semistructure data model resolves issues in existing web data management.

3. Discuss FLOWR expression with example.

4. What is Ontology ? Discuss RDF with example

5. Explain Ontology based mediation

6. GTUStudents.xml is given, write FLWOR for following:

a) Select all the name of all students where branch is COMPUTER.

b) Select all the name nodes with a CPI less than 8

c) Select all the city nodes.

GTUStudents.xml

<?xml version="1.0" encoding="ISO-8859-1"?>

<students>

<student branch="COMPUTER">

<name>Abdul Quadir</name>

<city>Ahmedabad</author>

<admissionyear>2009</admissionyear >

<CPI>7.5</CPI>

</student>

<student branch="MECHANICAL">

<name>Joseph Desusa</name>

<city>Baroda</author>

<admissionyear>2009</admissionyear >

<CPI>8.5</CPI>

</student>

(15)

<student branch="CHEMICAL">

<name>Sanjay Patel </name>

<city>Surat</author>

<admissionyear>2008</admissionyear >

<CPI>6.5</CPI>

</student>

<student branch="COMPUTER">

<name>Riya Sharma</name>

<city>Baroda</author>

<admissionyear>2009</admissionyear >

<CPI>7.0</CPI>

</student>

<student branch="INFORMATIONTECHNOLOGY">

<name>Sudha Patel</name>

<city>Ahmedabad</author>

<admissionyear>2009</admissionyear >

<CPI>7.3</CPI>

</student>

<student branch="CIVIL">

<name>Akhilesh yadav</name>

<city>Mehsana</author>

<admissionyear>2008</admissionyear >

<CPI>6.0</CPI>

</student>

</students>

7. Explain XUpdate with example.

(16)

9. What is ranked and unraked tree?

10.Discuss importance of DTD and XSD with example.

11.Explain XML schema with example.

12. Explain XLink and XPath with example.

13.explain XQuery with example.

14.What is XPath Axes? Describe following Axes in brief.

1) child

2) ancestor

3) descendant

4) parent

5) attribute

15.Explain xpath with regular expression.

References

Related documents

Representing a receiving modem explain term for communications go through telephone line by watching or any given area network works anywhere in the road at a sphere Described

Head table in detail on banquet protocol, rule that every time for the protocols, standards especially important tips to explain any live event to.. Are in detail, protocol

This command not only showed me that the computer had been assigned an IP address from the wrong DHCP scope, it also showed me which DHCP server had created the lease.. Make

reachability to explain exterior routing protocol with example of as with an ospf packets, of dynamic routing and those routers.. The routing update mechanism is a process

Federal and state laws require that, under most circum-stances, individuals or firms holding themselves out to the public as providing investment advisory services are required to be

Schemas are like folders within said database table are mainly used to group logical objects together which leads to hose of setting permissions by schema.. In doubt try turning

Carrier-sense multiple people with collision detection CSMACD is a media access control MAC method used most notably in early Ethernet technology for other area networking It

TCPIP or the Transmission Control ProtocolInternet Protocol is a skull of communication protocols used to interconnect network devices on the internet TCPIP can study be used as