[go: up one dir, main page]

0% found this document useful (0 votes)
8 views1 page

Short Assignment June2025

The document outlines key concepts in computing, comparing mainframes and supercomputers, detailing microcomputer components, and explaining database management systems (DBMS) and SQL types. It also includes mathematical examples involving number systems and subtractions, along with short notes on various computing terms and a flowchart for determining even or odd numbers. Additionally, it discusses virtual memory and memory hierarchy.

Uploaded by

uddin868shihab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Short Assignment June2025

The document outlines key concepts in computing, comparing mainframes and supercomputers, detailing microcomputer components, and explaining database management systems (DBMS) and SQL types. It also includes mathematical examples involving number systems and subtractions, along with short notes on various computing terms and a flowchart for determining even or odd numbers. Additionally, it discusses virtual memory and memory hierarchy.

Uploaded by

uddin868shihab
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Short Assignment – June 2025

1. Mainframe vs Supercomputer
Mainframe: optimized for many users & transactions. Supercomputer: optimized for scientific,
high-speed computation.

2. Microcomputer Components
CPU (processing), RAM (temporary memory), Cache, Bus (communication), Storage (HDD/SSD),
I/O devices.

3. DBMS
DBMS manages data. SQL types: DDL (CREATE), DML (INSERT), DCL (GRANT), TCL
(COMMIT).

4. Number System
(234)■ = 123■■ → (X6)■. Solutions: (1,117), (3,39), (9,13).

5. Subtractions
40527 – 1AC■■ = 40099; 127.548 – 2B.C4■■ = 83.782375

6. Short Notes
SSD = fast storage, NIC = network card, JCL = mainframe job language, CASE = software dev
tools.

7. Flowchart
Input → check n%2 → Even / Odd.

8. Topics
Virtual memory: paging & swap. Memory hierarchy: Registers → Cache → RAM → Disk.

You might also like