WITHOUT TECHNOLOGY CAN NOT SPAN LIFE
This is Geek Browser build in Vb.net click the download ✅ Download
Read moreProgram to find greatest of two numbers in C In this example, you will learn to check whether a number entered by user the find greatest of two numbers. find greatest of two numbers Code: include <stdio.h> int main() { int Number_1, Number_2; printf( "Enter frist number:" ); scanf( "%d"…
Read moreWrite a program to check whether a character is vowel or consonant in C In this example, you will learn to check whether a letter entered by the user is Vowel or Consonant. Program to Check Vowel or Consonant. Code: #include <stdio.h> int main() { char letter; printf( "enter a letter\n" ); scanf( …
Read moreWrite a program to check whether the given number is even or odd in C In this example, you will learn to check whether a number entered by the user is even or odd. First Method Program to Check Even or Odd Code: #include <stdio.h> int main() { int Number; printf( "enter a number\n" ); scanf( "…
Read moreComputer hardware Hardware - hardware is touchable Part of computer but software can'not touch Parts of hardware in Desktop computer Monitor Keyboard Mouse CPU RAM Printer Speaker Motherboard Computer Memory ........ etc
Read moreSoftware S oftware - software is soft part of computer So that I can not touch Basically two types of software 1- System Software 2-application software 1-system software System software is main part of software because without system software we can not access computer. Systems software example OS …
Read moreComputer Memory Normally Two types of memory 1-Magnetic memory 2- Semiconductor memory Magnetic memory Magnetic Tap Magnetic Disk(HDD) Semiconductor memory Primary Memory Secondary Memory Primary Memory Ram Rom Cash Secondary Memory HDD SSD Pen drive Optical disk .... Ect
Read moreComputer Types These types of computer system according to size and data
Read moreCopyright © 2021 GeekCVTech. All rights reserved.