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 27
Ngày làm bài: Hôm nay lúc 14:36:06 (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 data structure allows deleting data elements from front and inserting at rear?
  A - 
Deques
  B - 
Stacks
  C - 
Queues
  D - 
Binary search tree
2-
Which of the following acronyms describe the behaviour of a stack?
  A - 
FIFI
  B - 
LIFO
  C - 
LIFER
  D - 
FIFO
3-
Which of the following statements is true regarding a queue?
  A - 
It may be implemented by a linked list because insertions and deletions may be from the same end
  B - 
It may be implemented by an array without providing for wrap-around
  C - 
It may be implemented by a heap because first in is first out
  D - 
It may be implemented either by an array or a linked list
4-
Which of the following is true of stacks and queues?
  A - 
A stack is a last-in, first-out structure, and queue is a random access structure
  B - 
A queue is a last-in, first-out structure, and stack is a first-in, first-out structure
  C - 
A stack is a last-in, first-out structure, and queue is a first-in, first-out structure
  D - 
A stack is a last-in, first-out structure, and both structures are random access structures
5-
Which data structure is used to check for balanced parentheses?
  A - 
priority queue
  B - 
queue
  C - 
stack
  D - 
binary search tree
6-
Which of the following stack operations could result in stack underflow?
  A - 
All of the others answers
  B - 
Push
  C - 
Pop
  D - 
Is_empty
7-
Which of the following best describes the data structure used to keep track of function calls as your program is run?
  A - 
Array
  B - 
Queue
  C - 
Linked list
  D - 
Stack
8-
Which of the following operations is not effeciently supported by a singly linked list?
  A - 
Accessing thr element in the current position
  B - 
Insertion before the current position
  C - 
Insertion after the current position
  D - 
Moving to the position immediately following the current position
9-
Which boolean expression indicates whether the numbers intwo IntNodes (p and q) are the same? Assume that neither p nor q is null
  A - 
p = = q
  B - 
p.data = = q.data
  C - 
None of the others answers
  D - 
p.link = = q.link
10-
Which is not considered a variation of a sequential search?
  A - 
Searching an unsorted list for the first occurrence of a value
  B - 
Searching a sorted list fot the first occurrence of a value
  C - 
Searching a sorted list for all occurrences of a value
  D - 
Searching an unsorted list for the last occurrence of a value
 
[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 Ngôn Ngữ Lập Trình C - Bài 02
Trắc Nghiệm Java - Bài 49
Trắc Nghiệm ASP.NET - Bài 24
Trắc Nghiệm C# - Bài 48
Trắc Nghiệm Java - Bài 14
Trắc Nghiệm Ngôn Ngữ Lập Trình C - Bài 16
Trắc Nghiệm ASP.NET (English) - Bài 13
Trắc Nghiệm Pascal - Bài 10
Trắc Nghiệm C# - Bài 46
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 27
Trắc nghiệm Linux - Bài 58
Trắc Nghiệm ASP.NET (English) - Bài 28
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 23
Trắc Nghiệm Thiết Kế Web - Bài 01
Trắc Nghiệm Visual Foxpro - Bài 09
Trắc Nghiệm Visual Basic - Bài 21
Trắc Nghiệm Ngôn Ngữ Lập Trình C ( English ) - Bài 54
Trắc nghiệm Ngôn Ngữ Lập Trình C++ - Bài 17
Trắc Nghiệm ASP.NET (English) - Bài 05
Trắc Nghiệm Visual Foxpro - Bài 07
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