Skip to content

Computer Programming

5 ข้อที่ควรรู้ก่อนสอบ Computer Programming (กว.)

1. เนื้อหามี 7 หมวด หมวดเนื้อหา จำนวนข้อ ตัวอย่าง คำตอบ 1. ความรู้พื้นฐาน 94 พื้นที่ที่เล็กที่สุดในการอ่านเขียน Harddisk Sector 2. Variable ชนิดข้อมูล 52 เก็บข้อมูลค่า 7.82 ควรเป็นชนิดใด Float 3. Expression ตรรกศาสตร์ 78 (a+b/c-d)*e เท่ากับข้อใด (a*e+b*e/c-d*e) 4. Sequence การทำงานแบบลำดับ 28 สลับค่า x, y x=x+y; y=x-y; x=x-y; 5. If-Else การทำงานแบบเลือก 39 num = -1if (num < 0) then (num = num + 1)… Read More »5 ข้อที่ควรรู้ก่อนสอบ Computer Programming (กว.)