問題一覧
1
Streams
2
Output streams
3
Input streams
4
It contains classes that allow to write and read files. This needs to be included in all programs that use streams. All files are byte-oriented, meaning the data iswritten or read into the files in terms of bytes.
5
FileStream
6
FileStream(string filename,FileMode mode);
7
mode
8
FileMode.Create
9
FileMode.CreateNew
10
FileMode.Open
11
FileMode.OpenOrCreate
12
FileMode.Truncate
13
ReadByte()
14
Read()
15
WriteByte()
16
Write()
17
Flush()
18
void Close()
19
Seek
20
Seek()
21
long Seek(long n, SeekOrigin location);
22
bool CanRead
23
bool CanSeek
24
bool CanTimeout
25
bool CanWrite
26
long length
27
int ReadTimeout
28
int WriteTimeout
29
StreamWriter
30
StreamWriter(Stream stream)
31
StreamWriter(string fileName)
32
Close()
33
Flush()
34
Write()
35
WriteLine()
36
StreamReader
37
StreamReader(Stream stream)
38
StreamReader(string fileName)
39
Flush()
40
Close()
41
Read()
42
ReadLine()
43
ReadToEnd()
44
Peek()
45
Seek()
46
It represent a source that provides a sequence of bytes, such as a file, an input/output (I/O) device, an interprocess communication pipe, or a TCP/IP socket
47
Metadata
48
Manifest
49
.exe
50
.dll
51
C:\Windows\assembly
52
These are libraries that other applications can commonly use.
53
Simplest type of assembly
54
It enables several applications to share shared assembly.
55
It is a common problem in shared assembly wherein other classes or variables have the same name that matches with the other shared assembly.
56
Create a project containing a class file. The class file contains the methods and properties that you want other applications to access.
57
Generate a strong name for the project. The strong name is saved in a strong key filename (e.g., ShareAssemblyMessageKeyFile). The strong key file is created named ShareAssemblyMessageKeyFile.snk and located at the solutions explorer.
58
Specify the key filename in the project by indicating its strong key filename in the AssemblyInfo.cs file.
59
Compile the project to generate an assembly. The assembly is generated with the extension .dll.
The Contemporary World Mock test (Prelims)
The Contemporary World Mock test (Prelims)
Xai Alexandrei Delos Reyes · 58問 · 2年前The Contemporary World Mock test (Prelims)
The Contemporary World Mock test (Prelims)
58問 • 2年前Computing Mock test (Prelims)
Computing Mock test (Prelims)
Xai Alexandrei Delos Reyes · 67問 · 2年前Computing Mock test (Prelims)
Computing Mock test (Prelims)
67問 • 2年前Programming Mock Test (Prelims)
Programming Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 64問 · 2年前Programming Mock Test (Prelims)
Programming Mock Test (Prelims)
64問 • 2年前Entrepreneurship Mock Test (Prelims)
Entrepreneurship Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 23問 · 2年前Entrepreneurship Mock Test (Prelims)
Entrepreneurship Mock Test (Prelims)
23問 • 2年前Computing Mock Test (Midterms) BSIT 107
Computing Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 76問 · 2年前Computing Mock Test (Midterms) BSIT 107
Computing Mock Test (Midterms) BSIT 107
76問 • 2年前Math Mock Test (Prelims)
Math Mock Test (Prelims)
Xai Alexandrei Delos Reyes · 48問 · 2年前Math Mock Test (Prelims)
Math Mock Test (Prelims)
48問 • 2年前Programming Mock Test (Midterms) BSIT 107
Programming Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 52問 · 2年前Programming Mock Test (Midterms) BSIT 107
Programming Mock Test (Midterms) BSIT 107
52問 • 2年前UTS Mock Test (Midterms) BSIT107
UTS Mock Test (Midterms) BSIT107
Xai Alexandrei Delos Reyes · 40問 · 2年前UTS Mock Test (Midterms) BSIT107
UTS Mock Test (Midterms) BSIT107
40問 • 2年前Entrepreneurship Mock Test (Midterms) BSIT 107
Entrepreneurship Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 38問 · 2年前Entrepreneurship Mock Test (Midterms) BSIT 107
Entrepreneurship Mock Test (Midterms) BSIT 107
38問 • 2年前Contemporary World Mock Test (Midterms) BSIT 107
Contemporary World Mock Test (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 28問 · 2年前Contemporary World Mock Test (Midterms) BSIT 107
Contemporary World Mock Test (Midterms) BSIT 107
28問 • 2年前Math Mocktest (Midterms) BSIT 107
Math Mocktest (Midterms) BSIT 107
Xai Alexandrei Delos Reyes · 24問 · 2年前Math Mocktest (Midterms) BSIT 107
Math Mocktest (Midterms) BSIT 107
24問 • 2年前Computer Programming Mocktest (Pre-finals)
Computer Programming Mocktest (Pre-finals)
Xai Alexandrei Delos Reyes · 26問 · 2年前Computer Programming Mocktest (Pre-finals)
Computer Programming Mocktest (Pre-finals)
26問 • 2年前Math Mocktest (Pre-Finals)
Math Mocktest (Pre-Finals)
Xai Alexandrei Delos Reyes · 19問 · 2年前Math Mocktest (Pre-Finals)
Math Mocktest (Pre-Finals)
19問 • 2年前Computing Mock Test (Pre-finals)
Computing Mock Test (Pre-finals)
Xai Alexandrei Delos Reyes · 36問 · 2年前Computing Mock Test (Pre-finals)
Computing Mock Test (Pre-finals)
36問 • 2年前Computing Mock Test Finals
Computing Mock Test Finals
Xai Alexandrei Delos Reyes · 26問 · 2年前Computing Mock Test Finals
Computing Mock Test Finals
26問 • 2年前Comprog 2nd sem (prelims) BSIT 205
Comprog 2nd sem (prelims) BSIT 205
Xai Alexandrei Delos Reyes · 63問 · 1年前Comprog 2nd sem (prelims) BSIT 205
Comprog 2nd sem (prelims) BSIT 205
63問 • 1年前Discrete Math 2nd sem (prelims) BSIT 205
Discrete Math 2nd sem (prelims) BSIT 205
Xai Alexandrei Delos Reyes · 36問 · 1年前Discrete Math 2nd sem (prelims) BSIT 205
Discrete Math 2nd sem (prelims) BSIT 205
36問 • 1年前Art Appreciation (Prelim) BSIT 205
Art Appreciation (Prelim) BSIT 205
Xai Alexandrei Delos Reyes · 56問 · 1年前Art Appreciation (Prelim) BSIT 205
Art Appreciation (Prelim) BSIT 205
56問 • 1年前Ethics 2nd sem (Prelims) BSIT 205
Ethics 2nd sem (Prelims) BSIT 205
Xai Alexandrei Delos Reyes · 45問 · 1年前Ethics 2nd sem (Prelims) BSIT 205
Ethics 2nd sem (Prelims) BSIT 205
45問 • 1年前STS 2nd Sem (Prelim) BSIT 205
STS 2nd Sem (Prelim) BSIT 205
Xai Alexandrei Delos Reyes · 40問 · 1年前STS 2nd Sem (Prelim) BSIT 205
STS 2nd Sem (Prelim) BSIT 205
40問 • 1年前問題一覧
1
Streams
2
Output streams
3
Input streams
4
It contains classes that allow to write and read files. This needs to be included in all programs that use streams. All files are byte-oriented, meaning the data iswritten or read into the files in terms of bytes.
5
FileStream
6
FileStream(string filename,FileMode mode);
7
mode
8
FileMode.Create
9
FileMode.CreateNew
10
FileMode.Open
11
FileMode.OpenOrCreate
12
FileMode.Truncate
13
ReadByte()
14
Read()
15
WriteByte()
16
Write()
17
Flush()
18
void Close()
19
Seek
20
Seek()
21
long Seek(long n, SeekOrigin location);
22
bool CanRead
23
bool CanSeek
24
bool CanTimeout
25
bool CanWrite
26
long length
27
int ReadTimeout
28
int WriteTimeout
29
StreamWriter
30
StreamWriter(Stream stream)
31
StreamWriter(string fileName)
32
Close()
33
Flush()
34
Write()
35
WriteLine()
36
StreamReader
37
StreamReader(Stream stream)
38
StreamReader(string fileName)
39
Flush()
40
Close()
41
Read()
42
ReadLine()
43
ReadToEnd()
44
Peek()
45
Seek()
46
It represent a source that provides a sequence of bytes, such as a file, an input/output (I/O) device, an interprocess communication pipe, or a TCP/IP socket
47
Metadata
48
Manifest
49
.exe
50
.dll
51
C:\Windows\assembly
52
These are libraries that other applications can commonly use.
53
Simplest type of assembly
54
It enables several applications to share shared assembly.
55
It is a common problem in shared assembly wherein other classes or variables have the same name that matches with the other shared assembly.
56
Create a project containing a class file. The class file contains the methods and properties that you want other applications to access.
57
Generate a strong name for the project. The strong name is saved in a strong key filename (e.g., ShareAssemblyMessageKeyFile). The strong key file is created named ShareAssemblyMessageKeyFile.snk and located at the solutions explorer.
58
Specify the key filename in the project by indicating its strong key filename in the AssemblyInfo.cs file.
59
Compile the project to generate an assembly. The assembly is generated with the extension .dll.