Library

Video Player is loading.
 
Current Time 0:00
Duration 8:20
Loaded: 0%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    7z is a compressed archive file format that supports several different data
    7z is a compressed archive file format that supports several different data

  • 00:05

    compression, encryption and pre-processing algorithms. The 7z format
    compression, encryption and pre-processing algorithms. The 7z format

  • 00:10

    initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is
    initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is

  • 00:16

    publicly available under the terms of the GNU Lesser General Public License.
    publicly available under the terms of the GNU Lesser General Public License.

  • 00:22

    The LZMA SDK 4.62 was placed in the public domain in December 2008. The
    The LZMA SDK 4.62 was placed in the public domain in December 2008. The

  • 00:27

    latest stable version of 7-Zip and LZMA SDK is version 9.20.
    latest stable version of 7-Zip and LZMA SDK is version 9.20.

  • 00:32

    The official 7z file format specification is distributed with
    The official 7z file format specification is distributed with

  • 00:37

    7-Zip's source code. The specification can be found in plain text format in the
    7-Zip's source code. The specification can be found in plain text format in the

  • 00:43

    'doc' sub-directory of the source code distribution.
    'doc' sub-directory of the source code distribution.

  • 00:46

    Features and enhancements The 7z format provides the following
    Features and enhancements The 7z format provides the following

  • 00:51

    main features: Open, modular architecture which allows
    main features: Open, modular architecture which allows

  • 00:55

    any compression, conversion, or encryption method to be stacked.
    any compression, conversion, or encryption method to be stacked.

  • 01:00

    High compression ratios Rijndael/AES-256 encryption.
    High compression ratios Rijndael/AES-256 encryption.

  • 01:04

    Large file support. Unicode file names
    Large file support. Unicode file names

  • 01:07

    Support for solid compression, where multiple files of like type are
    Support for solid compression, where multiple files of like type are

  • 01:12

    compressed within a single stream, in order to exploit the combined redundancy
    compressed within a single stream, in order to exploit the combined redundancy

  • 01:18

    inherent in similar files. Compression and encryption of archive
    inherent in similar files. Compression and encryption of archive

  • 01:23

    headers. Support for multi-part archives : e.g.
    headers. Support for multi-part archives : e.g.

  • 01:26

    xxx.7z.001, xxx.7z.002, ... The format's open architecture allows
    xxx.7z.001, xxx.7z.002, ... The format's open architecture allows

  • 01:31

    additional future compression methods to be added to the standard.
    additional future compression methods to be added to the standard.

  • 01:36

    = Compression methods = The following compression methods are
    = Compression methods = The following compression methods are

  • 01:41

    currently defined: LZMA – A variation of the LZ77
    currently defined: LZMA – A variation of the LZ77

  • 01:45

    algorithm, using a sliding dictionary up to 4 GB in length for duplicate string
    algorithm, using a sliding dictionary up to 4 GB in length for duplicate string

  • 01:51

    elimination. The LZ stage is followed by entropy coding using a Markov
    elimination. The LZ stage is followed by entropy coding using a Markov

  • 01:56

    chain-based range coder and binary trees.
    chain-based range coder and binary trees.

  • 01:59

    LZMA2 – modified version of LZMA providing better multithreading support
    LZMA2 – modified version of LZMA providing better multithreading support

  • 02:05

    and less expansion of incompressible data.
    and less expansion of incompressible data.

  • 02:08

    Bzip2 – The standard Burrows–Wheeler transform algorithm. Bzip2 uses two
    Bzip2 – The standard Burrows–Wheeler transform algorithm. Bzip2 uses two

  • 02:13

    reversible transformations; BWT, then Move to front with Huffman coding for
    reversible transformations; BWT, then Move to front with Huffman coding for

  • 02:19

    symbol reduction. PPMd – Dmitry Shkarin's 2002 PPMdH with
    symbol reduction. PPMd – Dmitry Shkarin's 2002 PPMdH with

  • 02:23

    small changes: PPMII is an improved version of the 1984 PPM compression
    small changes: PPMII is an improved version of the 1984 PPM compression

  • 02:29

    algorithm. DEFLATE – Standard algorithm based on 32
    algorithm. DEFLATE – Standard algorithm based on 32

  • 02:32

    kB LZ77 and Huffman coding. Deflate is found in several file formats including
    kB LZ77 and Huffman coding. Deflate is found in several file formats including

  • 02:38

    ZIP, gzip, PNG and PDF. 7-Zip contains a from-scratch DEFLATE encoder that
    ZIP, gzip, PNG and PDF. 7-Zip contains a from-scratch DEFLATE encoder that

  • 02:44

    frequently beats the de facto standard zlib version in compression size, but at
    frequently beats the de facto standard zlib version in compression size, but at

  • 02:50

    the expense of CPU usage. A suite of recompression tools called
    the expense of CPU usage. A suite of recompression tools called

  • 02:55

    AdvanceCOMP contains a copy of the DEFLATE encoder from the 7-Zip
    AdvanceCOMP contains a copy of the DEFLATE encoder from the 7-Zip

  • 03:00

    implementation; these utilities can often be used to further compress the
    implementation; these utilities can often be used to further compress the

  • 03:05

    size of existing gzip, ZIP, PNG, or MNG files.
    size of existing gzip, ZIP, PNG, or MNG files.

  • 03:09

    = Pre-processing filters = The LZMA SDK comes with the BCJ / BCJ2
    = Pre-processing filters = The LZMA SDK comes with the BCJ / BCJ2

  • 03:14

    preprocessor included, so that later stages are able to achieve greater
    preprocessor included, so that later stages are able to achieve greater

  • 03:19

    compression: For x86, ARM, PowerPC, IA-64 Itanium, and ARM Thumb processors,
    compression: For x86, ARM, PowerPC, IA-64 Itanium, and ARM Thumb processors,

  • 03:25

    jump targets are normalized before compression by changing relative
    jump targets are normalized before compression by changing relative

  • 03:30

    position into absolute values. For x86, this means that near jumps, calls and
    position into absolute values. For x86, this means that near jumps, calls and

  • 03:36

    conditional jumps are converted from the machine language "jump 1655 bytes
    conditional jumps are converted from the machine language "jump 1655 bytes

  • 03:41

    backwards" style notation to normalized "jump to address 5554" style notation;
    backwards" style notation to normalized "jump to address 5554" style notation;

  • 03:47

    all jumps to 5554, perhaps a common subroutine, are thus encoded
    all jumps to 5554, perhaps a common subroutine, are thus encoded

  • 03:52

    identically, making them more compressible.
    identically, making them more compressible.

  • 03:55

    BCJ – Converter for 32-bit x86 executables. Normalise target addresses
    BCJ – Converter for 32-bit x86 executables. Normalise target addresses

  • 04:01

    of near jumps and calls from relative distances to absolute destinations.
    of near jumps and calls from relative distances to absolute destinations.

  • 04:06

    BCJ2 – Pre-processor for 32-bit x86 executables. BCJ2 is an improvement on
    BCJ2 – Pre-processor for 32-bit x86 executables. BCJ2 is an improvement on

  • 04:12

    BCJ, adding additional x86 jump/call instruction processing. Near jump, near
    BCJ, adding additional x86 jump/call instruction processing. Near jump, near

  • 04:18

    call, conditional near jump targets are split out and compressed separately in
    call, conditional near jump targets are split out and compressed separately in

  • 04:24

    another stream. Delta encoding – delta filter, basic
    another stream. Delta encoding – delta filter, basic

  • 04:28

    preprocessor for multimedia data. Similar executable pre-processing
    preprocessor for multimedia data. Similar executable pre-processing

  • 04:33

    technology is included in other software; the RAR compressor features
    technology is included in other software; the RAR compressor features

  • 04:38

    displacement compression for 32-bit x86 executables and IA-64 executables, and
    displacement compression for 32-bit x86 executables and IA-64 executables, and

  • 04:44

    the UPX runtime executable file compressor includes support for working
    the UPX runtime executable file compressor includes support for working

  • 04:49

    with 16-bit values within DOS binary files.
    with 16-bit values within DOS binary files.

  • 04:52

    = Encryption = The 7z format supports encryption with
    = Encryption = The 7z format supports encryption with

  • 04:56

    the AES algorithm with a 256-bit key. The key is generated from a
    the AES algorithm with a 256-bit key. The key is generated from a

  • 05:01

    user-supplied passphrase using an algorithm based on the SHA-256 hash
    user-supplied passphrase using an algorithm based on the SHA-256 hash

  • 05:07

    function. The SHA-256 is executed 218 times which causes a significant delay
    function. The SHA-256 is executed 218 times which causes a significant delay

  • 05:12

    on slow PCs before compression or extraction starts. This technique is
    on slow PCs before compression or extraction starts. This technique is

  • 05:18

    called key stretching and is used to make a brute-force search for the
    called key stretching and is used to make a brute-force search for the

  • 05:23

    passphrase more difficult. Current GPU-based, and custom hardware attacks
    passphrase more difficult. Current GPU-based, and custom hardware attacks

  • 05:29

    limit the effectiveness of this particular method of key stretching, so
    limit the effectiveness of this particular method of key stretching, so

  • 05:34

    it is still important to choose a strong password. The 7z format provides the
    it is still important to choose a strong password. The 7z format provides the

  • 05:40

    option to encrypt the filenames of a 7z archive.
    option to encrypt the filenames of a 7z archive.

  • 05:43

    = Limitations = The 7z format does not store filesystem
    = Limitations = The 7z format does not store filesystem

  • 05:48

    permissions, and hence can be inappropriate for backup/archival
    permissions, and hence can be inappropriate for backup/archival

  • 05:52

    purposes. A workaround on UNIX-like systems for this is to convert data to a
    purposes. A workaround on UNIX-like systems for this is to convert data to a

  • 05:58

    tar bitstream before compressing with 7z. But it is worth noting that GNU tar
    tar bitstream before compressing with 7z. But it is worth noting that GNU tar

  • 06:04

    can also compress with the LZMA algorithm natively, without the use of
    can also compress with the LZMA algorithm natively, without the use of

  • 06:09

    7z, and that in this case the suggested file extension for the archive is
    7z, and that in this case the suggested file extension for the archive is

  • 06:15

    ".tar.lzma", and not ".tar.7z". On the other hand, it is important to note,
    ".tar.lzma", and not ".tar.7z". On the other hand, it is important to note,

  • 06:20

    that tar does not save the filesystem encoding, which means that tar
    that tar does not save the filesystem encoding, which means that tar

  • 06:26

    compressed filenames can become unreadable if decompressed on a
    compressed filenames can become unreadable if decompressed on a

  • 06:30

    different computer. It is also possible to use LZMA2 by running it through the
    different computer. It is also possible to use LZMA2 by running it through the

  • 06:36

    xz tool. Recent versions of GNU tar support the -J switch which runs TAR
    xz tool. Recent versions of GNU tar support the -J switch which runs TAR

  • 06:42

    through XZ. The file extension is ".tar.xz" or ".txz". This method of
    through XZ. The file extension is ".tar.xz" or ".txz". This method of

  • 06:47

    compression has been adopted with many distributions for packaging, such as
    compression has been adopted with many distributions for packaging, such as

  • 06:53

    Arch, Debian, Fedora and Slackware. The 7z format does not allow extraction
    Arch, Debian, Fedora and Slackware. The 7z format does not allow extraction

  • 06:58

    of some "broken files"—that is if one has the first segment of a series of 7z
    of some "broken files"—that is if one has the first segment of a series of 7z

  • 07:04

    files, 7z cannot give the start of the files within the archive—it must wait
    files, 7z cannot give the start of the files within the archive—it must wait

  • 07:10

    until all segments are downloaded. The 7z format also lacks recovery records,
    until all segments are downloaded. The 7z format also lacks recovery records,

  • 07:16

    which might be a problem when limited file corruption has occurred. By way of
    which might be a problem when limited file corruption has occurred. By way of

  • 07:22

    comparison, zip files also lack a recovery feature. In contrast the
    comparison, zip files also lack a recovery feature. In contrast the

  • 07:27

    proprietary rar format permits recoveries as well as the extraction of
    proprietary rar format permits recoveries as well as the extraction of

  • 07:32

    broken files and file spanning. See also
    broken files and file spanning. See also

  • 07:35

    Comparison of archive formats List of archive formats
    Comparison of archive formats List of archive formats

  • 07:39

    Free file format Open format
    Free file format Open format

  • 07:41

    References Further reading
    References Further reading

  • 07:43

    Salomon, David. Data compression: the complete reference. Springer. p. 241.
    Salomon, David. Data compression: the complete reference. Springer. p. 241.

  • 07:49

    ISBN 1-84628-602-6. External links
    ISBN 1-84628-602-6. External links

  • 07:52

    7z Format – General description about the 7z archive format.
    7z Format – General description about the 7z archive format.

  • 07:56

    7-Zip Official Website 7-Zip on Sourceforge
    7-Zip Official Website 7-Zip on Sourceforge

  • 08:00

    7-Zip Command-Line Manual 7-Zip Extractor
    7-Zip Command-Line Manual 7-Zip Extractor

All adjective
archive
/ˈärˌkīv/

word

put in archive

7z

227 views

Video Language:

  • English

Caption Language:

  • English (en)

Accent:

  • English (US)

Speech Time:

96%
  • 8:01 / 8:20

Speech Rate:

  • 126 wpm - Conversational

Category:

  • Education

Tags :

Intro:

7z is a compressed archive file format that supports several different data
compression, encryption and pre-processing algorithms. The 7z format
initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is
publicly available under the terms of the GNU Lesser General Public License.
The LZMA SDK 4.62 was placed in the public domain in December 2008. The
latest stable version of 7-Zip and LZMA SDK is version 9.20.
The official 7z file format specification is distributed with
7-Zip's source code. The specification can be found in plain text format in the
'doc' sub-directory of the source code distribution.
Features and enhancements The 7z format provides the following
main features: Open, modular architecture which allows
any compression, conversion, or encryption method to be stacked.
High compression ratios Rijndael/AES-256 encryption.
Large file support. Unicode file names. Support for solid compression, where multiple files of like type are
compressed within a single stream, in order to exploit the combined redundancy
inherent in similar files. Compression and encryption of archive
headers. Support for multi-part archives : e.g.. xxx.7z.001, xxx.7z.002, ... The format's open architecture allows
additional future compression methods to be added to the standard.

Video Vocabulary

/ˈslīdiNG/

adjective verb

able to move smoothly along surface. To grow increasingly worse over time.

/ˈvərZHən/

noun verb

particular form of something. create new version of.

/əˈvāləb(ə)l/

adjective

able to be used or obtained.

/ˈärkəˌtek(t)SHər/

noun

Design and construction of buildings.

/əˈpir/

verb

become visible or noticeable.

/ˈfälō/

verb

To come after someone; be guided by someone.

/əˈdiSH(ə)n(ə)l/

adjective

Further or added.

/ˈdif(ə)rənt/

adjective

Not of the same kind; unlike other things.

/inˈhirənt/

adjective

Existing as an essential part of.

/əˈfiSHəl/

adjective noun

Real, exact, truely felt. A person authorized to perform a specific duty.

noun verb

Personal journey or series of events. To use something in a very effective manner.

/ˈmeTHəd/

noun other

particular procedure for accomplishing something. (Organized and planned) ways of doing some things.

/səˈpôrt/

noun other verb

thing that bears weight of something or keeps it upright. Things to hold up or prevent from falling down. To hold up or prevent from falling down.

/ˈsim(ə)lər/

adjective noun

Nearly the same; alike. person or thing similar to another.

verb

unite or merge.