Posts

WHAT WE COVERED??

  WHAT WE COVERED?? FUNDAMENTAL OF COMPUTER 1.        Introduction of computer 2.        Features of computer 3.        Types of computer 4.        Generation of computer 5.        History of computer 6.        Application of computer 7.        Mobile computing 8.        Working principle of digital computer 9.        Function of CPU 10.    Memory and its types 11.    User interface 12.    Ports and slots 13.    The system and its components 14.    BUS 15.    Understanding computer organization 16.    RISC and CISC9 architecture 17.    CMD a.        CD b.   ...

Fish Catch Game using MBLOCK

  Code for Fish Sprite blocks Copy code when green flag clicked go to x: (pick random -240 to 240) y: (pick random -180 to 180) show forever     glide (pick random 1 to 3) seconds to x: (pick random -240 to 240) y: (pick random -180 to 180) end   when I receive [caught v] wait (2) seconds go to x: (pick random -240 to 240) y: (pick random -180 to 180) show Code for Net Sprite blocks Copy code when green flag clicked forever     go to [mouse-pointer v] end   Code for Catching Fish (Net) blocks Copy code when green flag clicked forever     if <touching [Fish v]> then         broadcast [caught v]         hide         play sound [pop v]         change [Score v] by (1)     end end Code for ...

Computer Number Systems-BCA

A number system defines a way to represent numbers. Computers use different number systems for processing and representation. The most common systems are Binary , Decimal , Octal , and Hexadecimal . 1. Binary Number System Base: 2 Digits Used: 0, 1 Example: 101121011_210112​ How it Works: Each binary digit (bit) represents a power of 2. For example: 10112=(1×23)+(0×22)+(1×21)+(1×20)=11101011_2 = (1 \times 2^3) + (0 \times 2^2) + (1 \times 2^1) + (1 \times 2^0) = 11_{10}10112​=(1×23)+(0×22)+(1×21)+(1×20)=1110​ Use: Widely used in computers for internal data representation and processing. 2. Decimal Number System Base: 10 Digits Used: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Example: 25610256_{10}25610​ How it Works: Each digit represents a power of 10. For example: 25610=(2×102)+(5×101)+(6×100)256_{10} = (2 \times 10^2) + (5 \times 10^1) + (6 \times 10^0)25610​=(2×102)+(5×101)+(6×100) Use: The most commonly used num...

Last 7 Days

Creating a Ping Pong Game in mBlock

UT-Extra Dozz (G8)

Unit-3 Wireless Connections: WiFi, Bluetooth, and Hotspot