แบบทดสอบออนไลน์ (Online Testing)
1. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=0; i<5; i++) {
System.out.print(i);
}
}
}
6
0
4
1
Compile Error
5
2. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i<=5; i++) {
System.out.println(".");
}
}
}
6
0
4
1
Compile Error
5
3. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i>5; i++) {
System.out.print(i + i);
}
}
}
1
Compile Error
6
4
0
5
4. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i<5; i++) {
System.out.print(i + i);
}
}
1
Compile Error
6
4
0
5
5. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i<=5; i++) {
System.out.println(i);
}
}
}
Compile Error
6
0
1
4
5
6. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i<5; i++) {
System.out.print(i + i);
}
}
}
4
6
0
1
Compile Error
5
7. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=2; i<2; i++) {
System.out.println(i);
}
}
}
Compile Error
6
0
1
4
5
8. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=5; i<1; i++) {
System.out.println(i);
}
}
}
6
1
Compile Error
0
5
4
9. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=1; i<=5; i++) {
System.out.println(a);
}
}
}
1
Compile Error
6
4
0
5
10. ผลลัพธ์ของโปรแกรม x มีกี่บรรทัด
class x {
public static void main(String args[]) {
for (int i=0; i<5; i++) {
System.out.println(i + i);
}
}
}
Compile Error
6
0
1
4
5
คำชี้แจง
- ถ้าไม่กรอกทั้งชื่อ และสกุลของผู้ทำข้อสอบ จะไม่ตรวจข้อสอบให้
- ผลสอบจะเก็บเพียง 100 ระเบียนสุดท้าย โดยเรียงจากเวลาล่าสุด
- ถ้าทำข้อสอบไม่ครบ จะไม่ตรวจข้อสอบให้
- เมื่อมีการตรวจคำตอบ จะบันทึกชื่อ และคะแนน ลงฐานข้อมูล พร้อมเวลาเริ่มทำ และเวลาสิ้นสุด
ชื่อของผู้ทำข้อสอบ :
เช่น บุรินทร์
สกุลของผู้ทำข้อสอบ :
เช่น รุจจนพันธุ์
ต้องกรอกชื่อ และสกุลของผู้ทำข้อสอบ และทำครบทุกข้อ
จึงจะตรวจ และบันทึกผลการทำข้อสอบ ลงสถิติผู้ทำข้อสอบ 100 คนล่าสุด
สถิติผู้ทำข้อสอบ
:
เริ่มใหม่
:
รหัสต้นฉบับ
: รุ่น 1.510103 : เวลา : May 22,2013 7:40:21
#
ข้อสอบ :
ภาษาอังกฤษ1
:
vb.net1
:
internet1
:
internet2
:
computer1
:
computer2
:
computer3
:
computer4
:
computer5
บวกเลข1
:
บวกเลข2
:
จาวาทำซ้ำ1
:
xhtml