Browse subjects โ€บ Sains Komputer Form 5 โ€บ Chapter 1: Computing
๐Ÿƒ Flashcards This is the free sample โ€” view-only. Unlock the subject to print on A4.
Form 5 ยท Sains Komputer ยท iSchool.myChapter 1: ComputingComputer and impactโ€“Economic and socialimpactDigital divideAutomation andemploymentEthics, privacy andintellectual propertyCyber law and securityโ€“Unauthorised accessand malwarePhishing and socialengineeringAuthentication andencryptionBackup and incidentresponseComputer architectureโ€“CPU: control unit, ALUand registersMemory: RAM, ROM,cache and secondary storageInput, output and busesVon Neumannstored-program conceptFetch-decode-executecycleโ€“Step 1: Programcounter holds next addressStep 2: Instructionfetched to instruction registerStep 3: Control unitdecodes instructionStep 4: ALU/CPUexecutes operationStep 5: Result storedand PC updatedBinary and hexadecimalexampleโ€“Convert 45โ‚โ‚€ to binaryโ€“45 = 32 + 8 + 4 + 1Bits for 32,16,8,4,2,1 = 1 01 1 0 1Answer: 101101โ‚‚Convert 10111100โ‚‚ tohexadecimalโ€“Group: 1011 11001011 = B; 1100 = CAnswer: BCโ‚โ‚†Logic gatesโ€“NOT: output oppositeinputAND: 1 only if both 1OR: 1 if at least one 1NAND, NOR, XOR andXNORBoolean workedexampleโ€“Expression: Y = (A ANDB) OR NOT CGiven A=1, B=0, C=0A AND B = 0NOT C = 1Y = 0 OR 1 = 1