6th Sem - ORIENTATION - PPT

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

.

NET Technology
Subject Code: 03105381

This course is design to provide basic ideas of computer programming with C#.net
Technology. This course also makes help to understand programming language.

It will help to develop their logical abilities also help to understand development of
software and web application.

1
Course Outcome

After learning the course the students should be able to:

• Understand the various steps in designing a creative and dynamic


website
• Develop confidence for developing software and ability for developing
web application.
• Design and Develop programs with .net compiler

2
Application of .NET Technology

• Web site development


• Web Application development
• Blogging
& Many More…

3
Wireless Networks & Mobile Computing
Subject Code: 03105351
 The course deals with the new technologies in wireless and mobile
communications networks. It emphasizes on the use of these technologies and the
understanding of their operations for the sake of mobile computing.
 The course deals with various aspects of wireless and mobile networks including
wireless LAN, wireless WAN and cellular networks, Wireless technology protocols
and standards.

4
Course Outcome

After learning the course the students should be able to:


• Understand the concepts of wireless and mobile networks as compared
to the conventional wire-based networks.
• Understand the need and the requirements for wireless and mobile
network technologies.
• Understand the concepts of wireless access technologies and various
standards.
• Apply the knowledge gained to understand the wireless LAN technology.

5
Applications

 The term wireless communication was introduced in the 19th century


and wireless communication technology has developed over the
subsequent years.
 It is one of the most important mediums of transmission of information
from one device to other devices.
In this technology, the information can be transmitted through the air
without requiring any cable or wires or other electronic conductors,
by using electromagnetic waves like IR, RF, satellite, etc.
In the present days, the wireless communication technology refers to a
variety of wireless communication devices and technologies ranging from
smart phones to computers, tabs, laptops, Bluetooth technology,
printers.
The applications and the communication among is to be studied in this
field.

6
PRINCIPLES OF COMPILER
Subject Code: 03105352

 Compiler Design teaches how Compiler of a Programming Language works. It


also focuses on various designs of Compiler and structuring and optimizing
various phases of a Compiler.
 It is also necessary to learn types of Grammar, Finite state machines, lex, yacc
and related concepts of languages.

7
Course Outcome

1. Understand the basic concepts and application of Compiler Design. (UNIT-1)


2. Distinguish the basic techniques used in compiler construction such as lexical
analysis, top-down, bottom up parsing, context-sensitive analysis, and intermediate
code generation. (UNIT 2-3)
3. Determine the basic data structures used in compiler construction such as abstract
syntax trees, symbol tables, three-address code, and stack machines. (UNIT 4-5)
4. Able to write the optimized code. (UNIT-6)
5. Able to use the tools related to compiler design effectively and efficiently like
Lex and Yacc. (Lab session)
6. Able to design a compiler for a simple programming language. (Lab Session)

8
Application:

• Parsers for HTML in web browser


• Software testing
• Program optimization
• Malicious code detection

You might also like