Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

data minning bca IV sem , Exams of Data Mining

protions for bca iv sem(mysore university) subject: data minning

Typology: Exams

2016/2017

Uploaded on 04/28/2017

mohit-mittal
mohit-mittal 🇬🇧

1 document

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Computer Architecture and Microprocessor
UNIT-1 14 Hours
Basic Structures of Computers: Computer types; Functional Units – Input unit, Memory unit, Arithmetic and logic
unit, Output unit, Control Unit; Basic operational concepts; Bus structures; Multiprocessor and Multicomputer.
Storage Representation: Storage representation of characters; Memory locations and addresses Byte addressability;
Memory operation.
Addressing modes: Direct, Indirect, Immediate, Relative, Indexed.
Instruction formats: Zero address, one address, One-and-half address, Two address, Three address.
Instruction types: Data transfer, Arithmetic, Branching, Logical, Rotate, Stack operations, Input / Output and Machine
control instructions.
Input/output Organization: Accessing Input/output devices; Interrupts; Direct Memory Access (DMA)-Block diagram
of DMA Controller, cycle stealing, Burst mode.
Buses – Synchronous bus, Asynchronous bus; Interface circuits – Parallel port, Serial port.
Unit – 2 14 Hours
Memory System: Basic concept; Random Access Memories Static RAM, Asynchronous DRAMs, Synchronous
DRAMs; Read Only Memories PROM, EPROM, EEPROM, Flash memory; Cache Memory; Virtual memories;
Secondary storage – Magnetic hard disks, Optical disks.
Introduction to Microprocessor, assembly language, 8085 Microprocessor architecture, Pin diagram, introduction to 8085
instruction set, assembly language programming.
Unit – 3 14 Hours
Programming technology of 8085 with additional instructions, counters and time delays, stacks and subroutine, interfacing
peripherals (I/Os) and applications. Interrupts, keyboard interfacing.
Introduction to 8086, advantages over 8085, additional features of 8086, modified addressing schemes.
Reference Books:
1. Computer organization by Carl Hamacher, Z.Varnesic and S.Zaky 5th Edition ,Mc Graw Hill,2002.
pf3
pf4
pf5

Partial preview of the text

Download data minning bca IV sem and more Exams Data Mining in PDF only on Docsity!

Computer Architecture and Microprocessor

UNIT-1 14 Hours Basic Structures of Computers: Computer types; Functional Units – Input unit, Memory unit, Arithmetic and logic unit, Output unit, Control Unit; Basic operational concepts; Bus structures; Multiprocessor and Multicomputer. Storage Representation : Storage representation of characters; Memory locations and addresses – Byte addressability; Memory operation. Addressing modes : Direct, Indirect, Immediate, Relative, Indexed. Instruction formats : Zero address, one address, One-and-half address, Two address, Three address. Instruction types : Data transfer, Arithmetic, Branching, Logical, Rotate, Stack operations, Input / Output and Machine control instructions. Input/output Organization : Accessing Input/output devices; Interrupts; Direct Memory Access (DMA)-Block diagram of DMA Controller, cycle stealing, Burst mode. Buses – Synchronous bus, Asynchronous bus; Interface circuits – Parallel port, Serial port.

Unit – 2 14 Hours

Memory System : Basic concept; Random Access Memories – Static RAM, Asynchronous DRAMs, Synchronous DRAMs; Read Only Memories – PROM, EPROM, EEPROM, Flash memory; Cache Memory; Virtual memories; Secondary storage – Magnetic hard disks, Optical disks. Introduction to Microprocessor, assembly language, 8085 Microprocessor architecture, Pin diagram, introduction to 8085 instruction set, assembly language programming.

Unit – 3 14 Hours

Programming technology of 8085 with additional instructions, counters and time delays, stacks and subroutine, interfacing peripherals (I/Os) and applications. Interrupts, keyboard interfacing. Introduction to 8086, advantages over 8085, additional features of 8086, modified addressing schemes.

Reference Books:

  1. Computer organization by Carl Hamacher, Z.Varnesic and S.Zaky 5th^ Edition ,Mc Graw Hill,2002.
  1. Microprocesor Architecture Programming and Application with 8085 by Ramesh. S. Gaonkar –Penram International Publishing (India).
  2. M.Morris Mano –Digital Logic and Computer design,PHI Pvt.Ltd., New Delhi
  3. Baary B Brey- The Intel Microprocessor Systems:The 8086/8088 family architecture, programming and designing-PHI Publication.
  4. John Uffenbeck, Micro Computers and Microprocessor, PHI.

A 15 A 0

3BCA7: Microprocessor Lab and UNIX Lab

PART - A

1. Program to Copy the content of two registers into different memory locations.

2. Subtraction of two 8-bit numbers.

3. Swapping of two 8-bit data using Direct and Indirect mode.

4. Addition of two 8-bit numbers with carry.

If it is palindrome display FF, else display 00.

20. Program to count numbers from 0 to 99 with delay.

PART B

  1. Write a shell script to exchange the contents of two variables.
  2. Write a shell script, which accepts three subject marks scored by a student and declare the result.
  3. Write a shell script to print integer numbers from 1 to 20.
  4. Write a shell script to perform arithmetic operation on two number depending on +, -, * and /.
  5. Write an interactive shell script to display a menu and perform the following task: i. Renaming a file ii. Deleting a file iii. Copying a file iv. Exit
  6. Write a shell script which counts the number of lines in a file.
  7. Write a shell script to accept three command line arguments and display each one of them.
  8. Write a c program to 8.a. Display the PID of parent and PID of child. 8.b. Copy the contents of one file into the other using command line arguments.
  9. Write a c program to write a simple editor which serves the following purposes: i. Cursor movement in all directions. ii. Insert a new line and a character. iii. (^) Deletion of line and a character.
  10. Assume a file with following information

FirstName MiddleName Age


Write a shell script i. To Sort the first name in alphabetical order. ii. Sort the age in terms of ascending order. iii. Sort the age in terms of descending order. iv. Sort the middle name in alphabetical order.

  1. Write a Shell script to display i. The version of the shell. ii. The user information. iii. Login date and time. iv. List of processes running on the system. v. User home directory