Добавить
Уведомления

Statement Types and ASCII Values in C Programming

EDUCATION WILL ERADICATE THE POVERTY... Greetings to ALL LEARNERS... By Dr.M.M.Babu Annadurai,B.E.,M.E.,Ph.D., JCLUSTER SOFTWARE SOLUTIONS, A COMPLETE JAVA ACADEMY, NAMAKKAL - 637 001. Email: [email protected] Mobile: (+91) 9585513134, 9600660102 Website: www.jcluster.in JCLUSTER Software Solutions is IT Services Company consisting of Creative and Multi-Talented Team comprised of Web Designers, Web Developers and Subject Matter Experts. We provide a wide range of services including Web Design, Web Development, Content Management System, Web Portal, E-Commerce Solutions and Mobile Application Development. JCLUSTER offers Customer-Oriented Services and delivers Creative and Effective Results. Providing Better Solutions For Your Business Building a Strong and Quality Software Development Delivering Customer-Oriented Services Corporate Level Training JCLUSTER Java Academy is a part of JCLUSTER Software Solutions. It is a Academic Educational Corporate Level Skill Training Division of JCLUSTER Software Solutions. Java Full Stack Course Complete Syllabus: 1. C Programming 2. C Test 3. Core Java 4. Core Java Test 5. Five Mini Projects Submission 6. SQL 7. JDBC 8. HTML 9. CSS 10. Java Script 11. Servlet 12. JSP 13. Three Mini Projects Submission 14. Angular JS/ React JS 15. SPRING CORE 16. SPRING BOOT 17. Three Mini Projects Submission 18. MICROSERVICES 19. One Mega Project 20. Git Hub 21. AGILE/JIRA 22. MAVEN/GRADLE 23. JENKINS 24. DOCKER 25. KUBERNETES 26. AWS CLOUD 27. Resume Preparation 28. Ready for Interview Address: JCLUSTER SOFTWARE SOLUTIONS, A COMPLETE JAVA ACADEMY, #41/18D, Rasi Complex, Paramathi Road, Namakkal,TAMILNADU, INDIA - 637 001. Mobile: +91 9600660102, 9585513134 ====================================================== What ever statement or instructions we should write inside this main function. Program Statement or Instructions ============================ 1. It should end with semicolon 2. There is two types of statement 1. Simple or Single Statement 2. Complex or Compound or Multiple Satement 3. Comment statement a. Single Line Comment //-------- b. Multiple Line Comment /* ---------- ---------- ----------*/ void main() { //starting point of the program --------; --------; if() { ---------; ---------; ---------; } --------; } //ending point of the program Tamil ------Translator----- Hindi (Tamil/Hindi) User ------Translator----- Machine/System/Computer (Program ASSEMBLER (Knows Only machine language) English) INTERPRETER/COMPILER Type of Language ============== 1. Machine Language 0s & 1s 2. Assembly Language ADD A,B SUB A,B - Mnemonics Code (OPCODE) 3. High Level Language Normal Program English Language Press A in KEYBOARD ----- ----- Display in Monitor as A Press 1 in KEYBOARD ----- ----- Display in Monitor as 1 Press . in KEYBOARD ----- ----- Display in Monitor as . ASCII Table [American Standard Code for Information Interchange] =========== A - 65 a - 97 0 - 48 65 - 1000001 - 5v 0v 0v 0v 0v 0v 5v - clock signal passing on Fiber optic cable Conductor Powersupply will conduct iron Non-Conductor Powersupply will not conduct wood Semi Conductor diode,LED,silicon 0v 1v 2v 3v 4v 4.5v 4.9v 5v Number System ============= 1. Decimal Number (0-9) (base10) 379 10 2. Binary Number (0-1) (base2) 3. Octal Number (0-7) (base8) 4. Hexa Decimal Number(0-15) (base16) A = 65 = 1000001 (7 bit code) = Machine Language = 5v 0v 0v 0v 0v 0v 5v = 2*2*2*2*2*2+1 =64+1 65 = A Keyboard Monitor C Programming will support only ASCII Vlaues - 8 bit code - 1 byte (256) Java Programming will support UNICODE Values - 16 bit code - 2 byte (65536)

12+
14 просмотров
2 года назад
5 декабря 2023 г.
12+
14 просмотров
2 года назад
5 декабря 2023 г.

EDUCATION WILL ERADICATE THE POVERTY... Greetings to ALL LEARNERS... By Dr.M.M.Babu Annadurai,B.E.,M.E.,Ph.D., JCLUSTER SOFTWARE SOLUTIONS, A COMPLETE JAVA ACADEMY, NAMAKKAL - 637 001. Email: [email protected] Mobile: (+91) 9585513134, 9600660102 Website: www.jcluster.in JCLUSTER Software Solutions is IT Services Company consisting of Creative and Multi-Talented Team comprised of Web Designers, Web Developers and Subject Matter Experts. We provide a wide range of services including Web Design, Web Development, Content Management System, Web Portal, E-Commerce Solutions and Mobile Application Development. JCLUSTER offers Customer-Oriented Services and delivers Creative and Effective Results. Providing Better Solutions For Your Business Building a Strong and Quality Software Development Delivering Customer-Oriented Services Corporate Level Training JCLUSTER Java Academy is a part of JCLUSTER Software Solutions. It is a Academic Educational Corporate Level Skill Training Division of JCLUSTER Software Solutions. Java Full Stack Course Complete Syllabus: 1. C Programming 2. C Test 3. Core Java 4. Core Java Test 5. Five Mini Projects Submission 6. SQL 7. JDBC 8. HTML 9. CSS 10. Java Script 11. Servlet 12. JSP 13. Three Mini Projects Submission 14. Angular JS/ React JS 15. SPRING CORE 16. SPRING BOOT 17. Three Mini Projects Submission 18. MICROSERVICES 19. One Mega Project 20. Git Hub 21. AGILE/JIRA 22. MAVEN/GRADLE 23. JENKINS 24. DOCKER 25. KUBERNETES 26. AWS CLOUD 27. Resume Preparation 28. Ready for Interview Address: JCLUSTER SOFTWARE SOLUTIONS, A COMPLETE JAVA ACADEMY, #41/18D, Rasi Complex, Paramathi Road, Namakkal,TAMILNADU, INDIA - 637 001. Mobile: +91 9600660102, 9585513134 ====================================================== What ever statement or instructions we should write inside this main function. Program Statement or Instructions ============================ 1. It should end with semicolon 2. There is two types of statement 1. Simple or Single Statement 2. Complex or Compound or Multiple Satement 3. Comment statement a. Single Line Comment //-------- b. Multiple Line Comment /* ---------- ---------- ----------*/ void main() { //starting point of the program --------; --------; if() { ---------; ---------; ---------; } --------; } //ending point of the program Tamil ------Translator----- Hindi (Tamil/Hindi) User ------Translator----- Machine/System/Computer (Program ASSEMBLER (Knows Only machine language) English) INTERPRETER/COMPILER Type of Language ============== 1. Machine Language 0s & 1s 2. Assembly Language ADD A,B SUB A,B - Mnemonics Code (OPCODE) 3. High Level Language Normal Program English Language Press A in KEYBOARD ----- ----- Display in Monitor as A Press 1 in KEYBOARD ----- ----- Display in Monitor as 1 Press . in KEYBOARD ----- ----- Display in Monitor as . ASCII Table [American Standard Code for Information Interchange] =========== A - 65 a - 97 0 - 48 65 - 1000001 - 5v 0v 0v 0v 0v 0v 5v - clock signal passing on Fiber optic cable Conductor Powersupply will conduct iron Non-Conductor Powersupply will not conduct wood Semi Conductor diode,LED,silicon 0v 1v 2v 3v 4v 4.5v 4.9v 5v Number System ============= 1. Decimal Number (0-9) (base10) 379 10 2. Binary Number (0-1) (base2) 3. Octal Number (0-7) (base8) 4. Hexa Decimal Number(0-15) (base16) A = 65 = 1000001 (7 bit code) = Machine Language = 5v 0v 0v 0v 0v 0v 5v = 2*2*2*2*2*2+1 =64+1 65 = A Keyboard Monitor C Programming will support only ASCII Vlaues - 8 bit code - 1 byte (256) Java Programming will support UNICODE Values - 16 bit code - 2 byte (65536)

, чтобы оставлять комментарии