Tìm kiếm:
TRANG NHÀ
Giới thiệu VNEDU.ORG
Điều khoản và bản quyền
Liên lạc VNEDU
TRẮC NGHIỆM TRỰC TUYẾN
---Công Cụ:---
Soạn Biểu thức
Bảng màu HTML
Ký hiệu đặc biệt 01
Ký hiệu đặc biệt 02
Ký hiệu đặc biệt 03
Ký hiệu đặc biệt 04
Ký hiệu đặc biệt 05
Ký hiệu đặc biệt 06
Ký hiệu đặc biệt 07
Ký hiệu đặc biệt [Toán]
Tin Học   ||  Căn Bản    Văn Phòng    Hệ Thống - Mạng    Phần Mềm Ứng Dụng    Kỹ thuật số    Lập trình    SQL  

Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 28
Ngày làm bài: Hôm nay lúc 10:29:40 (Server time)
Số câu hỏi: 10.   Tổng điểm: 10
Yêu cầu hoàn thành: 60 phút.
Thời gian còn lại: 
Cỡ chữ câu hỏi:  Cỡ chữ đáp án:


1-
Which of the following algorithms, implemented as in the text, runs in O(n) time the presented with an array of n identical elements?
  A - 
All of the above
  B - 
Insertion sort
  C - 
Merge
  D - 
Quicksort
2-
Which one of the following applications would not be suitable to implement using a Stack?
  A - 
A program to keep track of patients as they check into a hospital clinic, assigning each to a doctor on a first-come, first-served bases
  B - 
A program to solve a maze is to backtrack to an earlier position (the last place where a choice of direction taken was made) when a dead-end position is reached
  C - 
A program to receive a set of data that is to be saved and processed in the reverse order
  D - 
A program ro determine whether pairs of brakets in an arithmetic expression mathched
3-
Which of the following are Binary Search Trees:


  A - 
3, 4, 5
  B - 
4,, 2, 7
  C - 
1, 2, 8
  D - 
3, 4, 6
4-
Which of the following is true about the height of a node?
  A - 
The height of a leaf is 0
  B - 
All of the others answers are true
  C - 
The height of an empty tree is 0
  D - 
The height of a node is one less than the height of its parent
5-
Which traversal does not use a stack?
  A - 
Preorder
  B - 
All of these traversals uses a stack
  C - 
Posorder
  D - 
Level order
6-
Which of the following is true about the height of a node?
  A - 
All of the others answers are true
  B - 
The height of an empty tree is 0
  C - 
The height of a node is one less than the height of its parent
  D - 
The height of a leaf is 0
7-
____ is the way you groups things together by placing one thing on top of another and then removing things one at a time from the top
  A - 
Pointer
  B - 
Array
  C - 
All of the above
  D - 
Stack
8-
Which of the following data structures requires more than constant average time for insertions?
  A - 
Queue
  B - 
All of the others answers have constant time insertion algorithms
  C - 
Search tree
  D - 
Stack
9-
Which of the following statements is true about deleting the root of a binary search tree?
  A - 
The root pointer changes if it does not have two children
  B - 
The root pointer always changes
  C - 
If the root has two children, its item is replaced by the largest element in the right subtree
  D - 
All of the others answers
10-
Why do built-in strings in C/C++ have the type char*?
  A - 
A string is a array of characters; tha char* variable holds the starting address of the array
  B - 
char* is a sprecial expression that is understood to mean "string"
  C - 
A string’s chracters are accessed by changing the value in the char* variable to refer to different characters in the string
  D - 
The expression "char*" means "many characters"
 
[Người đăng: Thành Lãm - ST]
Ghé thăm Kênh của Vị Sư "hai lần chết đi sống lại"
Tu Si Chau Soc Thon

https://www.youtube.com/channel/UCoyC9WTTVR-M3qpTKKEXGnQ

Chau Soc Thon Official Channel


Phong Bảo Official
Phong Bao Official
Xem Nhiều nhất
Trắc Nghiệm Pascal - Bài 20
Trắc Nghiệm ASP.NET - Bài 12
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 16
Trắc Nghiệm ASP.NET - Bài 01
Trắc Nghiệm ASP.NET - Bài 03
Trắc nghiệm C++ - Bài 18
Trắc Nghiệm C# - Bài 53
Trắc Nghiệm ASP.NET - Bài 02
Trắc Nghiệm C# - Bài 42
Trắc Nghiệm Java - Bài 01
Trắc Nghiệm ASP.NET - Bài 04
Trắc Nghiệm Pascal - Bài 22
Trắc Nghiệm ASP.NET - Bài 13
Trắc Nghiệm ASP.NET - Bài 09
Trắc Nghiệm ASP.NET - Bài 08
Trắc nghiệm PHP - Bài 01
Trắc Nghiệm ASP.NET - Bài 06
Trắc Nghiệm ASP.NET - Bài 11
Trắc Nghiệm ASP.NET - Bài 05
Trắc Nghiệm ASP.NET - Bài 23
Đề Xuất
Trắc Nghiệm Thiết Kế Web Và Flash - Bài 17
Trắc nghiệm XML - Bài 19
Trắc nghiệm Linux - Bài 41
Trắc Nghiệm ASP.NET - Bài 18
Trắc nghiệm XML - Bài 01
Trắc Nghiệm C++ - Bài 07
Trắc Nghiệm Java - Bài 13
Trắc Nghiệm Java - Bài 15
Trắc Nghiệm ASP.NET (English) - Bài 29
Trắc Nghiệm C Sharp - Bài 28
Trắc Nghiệm Visual Basic - Bài 04
Trắc Nghiệm Java - Bài 52
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 05
Trắc Nghiệm ASP.NET (English) - Bài 11
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 63
Trắc nghiệm XML - Bài 22
Trắc Nghiệm Thiết Kế Web (English) - Bài 49
Trắc Nghiệm Thiết Kế Web - Bài 17
Trắc Nghiệm ASP.NET (English) - Bài 04
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 30
Phát triển hệ thống: TRƯƠNG HỮU ĐỨC - Phiên bản 3.0 - © Copyright 2013 - 2024 - VNEDU.ORG

free counters