Posts

Showing posts from May, 2023

JMI - Previous Year Question Paper Of Digital Electronics (DEL-101) Diploma In Computer Engineering(S/F) -I Year

Image
 Dear students, The below is attached JMI - Previous Year Question Paper Of Digital Electronics(DEL-101) of Diploma In Computer  Engineering(S/F) -I Year 

Assignment No:-1 OOP's - JMI - Diploma in Computer Engineering(S/F) -II Year -2023

Dear students, The below is JMI Assignment No: -1 of OOPs of Diploma in Computer Engineering(S/F) -II Year -2023 Question 1: What are the applications of void data type in C++? Question 2: What is a reference variable. What are its major uses. Explain with an example? Question 3: what is Procedure Oriented Programming (POP)what are its characteristics? Question 4: what is Object Oriented Programming (OOP) compare and Procedure/Procedural Oriented Programming (POP)? Question 5: Distinguish between                         i) Object and Class                         ii) Data abstraction and data Encapsulation.                         iii) Inheritance and Polymorphism                         iv) Dynamic binding and ...

JMI - Previous Year Question Paper Of Electrical Engineering Diploma In Computer Engineering(S/F) -I Year

Image
  Dear students, The below is attached JMI - Previous Year Question Paper Of Electrical Engineering of Diploma In Computer  Engineering(S/F) -I Year 

JMI - Previous Year Question Paper Of Diploma In Electronics Device And Application Computer Engineering(S/F) -I Year

Image
 Dear students, The below is attached JMI - Previous Year Question Paper Of Electronics Device And Application Diploma In Computer  Engineering(S/F) -I Year 

JMI - Previous Year Question Paper Of Physics (DPH-103) Diploma In Computer (S/F) -I Year

Image
 Dear students, The below is attached JMI - Previous Year Question Paper Of Physics (DPH-103) Diploma In Computer (S/F) -I Year 

JMI - Previous Year Question Paper Of Math Diploma In Computer (S/F) -I Year

Image
 Dear students, The below is attached JMI - Previous Year Question Paper Of Math Diploma In Computer (S/F) -I Year 

JMI - Previous Year Question Paper Of Math Diploma In Computer (S/F) -II Year

Image
Dear students, The below is attached JMI - Previous Year Question Paper Of Math Diploma In Computer (S/F) -II Year   

Write down any five differences between petrol and diesel engine?

  Write down any five differences between petrol and diesel engine?  PETROL ENGINE: 1. Petrol is used as a fuel. 2. The charge is initiated by the spark ignition. 3. A spark plug is used to produce the spark. 4. It works on the principle of otto cycle. 5. Initial cost is less.   DIESEL ENGINE: 1. Diesel is used as a fuel. 2. Compression ignition is used to generate the fuel. 3. An injector is used to inject the diesel in the atomized form. 4. It works on the principle of diesel cycle 5. Initial cost is more.

Data base management sysytem(DBMS)

 Database:- It is the collection of related data. Data :- Known fact that can be recorded and have define meaning. Data base management sysytem(DBMS) :- It is a software package or system to faciliate the maintance of computerized  data base. Database system:- The DBMS software together with the data itself and some times includeing the application. Meta data:- The data base defination. Typical functionality: - A particular databasein terms of its data types structures and constraints. Construct: - Process of storing data on some storage medium. Manipulate:- Converging the database to retrive specific data updating datavase and gerating reports. Share: - Allows multiple users and program to access the database concurrently. Other featres of database management system:- 1.     Protection or security measures to prevent Un authority access. 2.     Active processing to take internal action on data. 3.     Presntation and visualling of data. 4...

write a program to make a mini calculator in python.

 # Mini Calculator # Function to add two numbers def add(num1, num2):     return num1 + num2 # Function to subtract two numbers def subtract(num1, num2):     return num1 - num2 # Function to multiply two numbers def multiply(num1, num2):     return num1 * num2 # Function to divide two numbers def divide(num1, num2):     return num1 / num2 # Main program print("Welcome to the Mini Calculator!") print("Select an operation:") print("1. Addition") print("2. Subtraction") print("3. Multiplication") print("4. Division") # Get user input for operation operation = int(input("Enter your choice (1-4): ")) # Get user input for numbers number1 = float(input("Enter the first number: ")) number2 = float(input("Enter the second number: ")) # Perform the selected operation if operation == 1:     result = add(number1, number2)     operator = "+" elif operation == 2:     result = subtract(number1, number2...

8085 Microprocessor:- Application -Architecture

Image
  8085 Microprocessor: ·        Generally, the 8085 microprocessor is an 8bit microprocessor and it was launched by the intel in 1975. ·        The configuration of 8085 microprocessor. Mainly includes data bus, address bus, programs counter, stack, pointer and resistor. Application: ·        8085 microprocessors are involved in microwave, washing machine gadgets etc. ·        8085 is a commonly known as 8085 microprocessors. ·        It is based on N-MOS technology. ·        8085 is an 8-bit microprocessor. Note: -             Maximum bit of information that executed by microprocessor at a time ( in one machine cycle) is known as bit of microprocessor. Size of ALU is also known as bit of microprocessor. Microprocessor ...

Instruction cycle in 8085 microprocessor – Machine cycle T-state: -

Instruction cycle – Machine cycle T-state: -   Instruction cycle: - ·       Total time taken required by execution to execute an instruction is known as instruction cycle. ·       Instruction cycle different type of task are involved that is known as machine cycle. ·       Instruction cycle is the group of one or more than one machine cycle. ·       In 8085 six types of machine cycle are define: - i)               Opcode fetch machine cycle. ii)             Memory read machine cycle. (R) iii)           Memory writes machine cycle. (W) iv)            Input read machine cycle. (I) v)            ...

Question: Write a program that calculates the volume and total surface area of a cube or cuboid. The program should ask the user to input the dimensions of the shape and should check if the shape is a cube or a cuboid. If the shape is a cube, the program should display the volume and total surface area of the cube. If the shape is a cuboid, the program should display the volume and total surface area of the cuboid.

Question: Write a program that calculates the volume and total surface area of a cube or cuboid. The program should ask the user to input the dimensions of the shape and should check if the shape is a cube or a cuboid. If the shape is a cube, the program should display the volume and total surface area of the cube. If the shape is a cuboid, the program should display the volume and total surface area of the cuboid. solution: - #include<iostream> using namespace std;c class calculte{ int l,b,h; int choice; int area; int volume; public : void cal(int x,int y,int z) { l=x; b=y; h=z; if(l==b && b==h ) { cout<<"All side are same "<<endl; choice=1; area_calculte(); } else { cout<<"All side are not same "<<endl; choice=2; area_calculte(); } } void area_calculte() { switch(choice) { case 1: volume=l*b*h; ...

Interrupted Control Unit

Image
Interrupted Control Unit i)                TRAP ii)              RST 7.5 iii)             RST 6.5 iv)             INTR v)               INTA   It’s an internal or external signal which may disturb alter the sequence of the processor.   Interrupted are classified as: - i)                Hardware and Software ii)              Maskable or Non-maskable iii)             Vectored or Non-vectored   Hardware Interrupted: - ·        There are fi...